Name | Description | |
---|---|---|
Equals | Determines whether the specified System.Object is equal to the current System.Object. | |
GetHashCode | Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |