EventAdapter.HasMatchingSignature Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the given eent can be considered a base declaration of this event.
protected virtual bool HasMatchingSignature(IEvent baseCandidate)

Parameters

baseCandidate IEvent
The other event to compare against.

Returns

bool
true if the given event can be considered a base declaration; otherwise, false.

Remarks

This method compares only the event handler types of the events. It assumes that the caller has already verified other necessary conditions, such as matching names.