Method GetHashCode
GetHashCode()
Returns the hashcode for this item.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
GetHashCode(TrustStatus)
Returns the hash code for the given TrustStatus instance.
Declaration
public int GetHashCode(TrustStatus obj)
Parameters
Type | Name | Description |
---|---|---|
TrustStatus | obj | A TrustStatus instance to return the hash code for. |
Returns
Type | Description |
---|---|
System.Int32 | An integer containnig a hash code. |
Implements
System.Collections.Generic.IEqualityComparer<T>.GetHashCode(T)