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