IEquatable

Overview

Makes an object comparable on itself.

Location


Required Methods


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

 

Boolean Equals(Object a)

 

Function Equals(a As Object) As Boolean

Parameters:

  • a:

GetHashCode

Returns the hash value of this object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32