Makes an object comparable on itself.
Equals
Compares this object with another object of the same type.
method Equals(a: Object): Boolean
Boolean Equals(Object a)
func Equals(_ a: Object) -> Boolean
Function Equals(a As Object) As Boolean
Parameters:
GetHashCode
Returns the hash value of this object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Function GetHashCode() As Int32