EventAdapter.HasMatchingSignature Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the given event can be considered a base declaration of this event.
protected virtual bool HasMatchingSignature(IEvent baseCandidate)Parameters
baseCandidateIEvent- The other event to compare against.
Returns
Remarks
This method compares only the event signatures, specifically the static/instance nature and the event handler types of the events. It assumes that the caller has already verified other necessary conditions, such as matching names.
