Class MemberUtils.EventComparer
Implements
Inherited Members
Namespace: Xareus.Utils
Assembly: Xareus.Utils.dll
Syntax
public class MemberUtils.EventComparer : IEqualityComparer<EventInfo>
Fields
Instance
Declaration
public static readonly MemberUtils.EventComparer Instance
Field Value
| Type | Description |
|---|---|
| MemberUtils.EventComparer |
Methods
Equals(EventInfo, EventInfo)
Determines whether the specified objects are equal.
Declaration
public bool Equals(EventInfo x, EventInfo y)
Parameters
| Type | Name | Description |
|---|---|---|
| EventInfo | x | The first object of type |
| EventInfo | y | The second object of type |
Returns
| Type | Description |
|---|---|
| bool |
GetHashCode(EventInfo)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(EventInfo obj)
Parameters
| Type | Name | Description |
|---|---|---|
| EventInfo | obj | The object for which a hash code is to be returned. |
Returns
| Type | Description |
|---|---|
| int | A hash code for the specified object. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | The type of |