Class MemberUtils.MethodComparer
Implements
Inherited Members
Namespace: Xareus.Utils
Assembly: Xareus.Utils.dll
Syntax
public class MemberUtils.MethodComparer : IEqualityComparer<MethodInfo>
Methods
Equals(MethodInfo, MethodInfo)
Determines whether the specified objects are equal.
Declaration
public bool Equals(MethodInfo x, MethodInfo y)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | x | The first object of type |
MethodInfo | y | The second object of type |
Returns
Type | Description |
---|---|
bool |
GetHashCode(MethodInfo)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(MethodInfo obj)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | 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 |