IEqualityComparer<T>

Overview

Location

Required Methods


Equals

 

method Equals(Left: T; Right: T): Boolean

 

Boolean Equals(T Left, T Right)

 

func Equals(_ Left: T, _ Right: T) -> Boolean

 

Boolean Equals(T Left, T Right)

 

Function Equals(Left As T, Right As T) As Boolean

Parameters:

  • Left:
  • Right:

GetHashCode

 

method GetHashCode(Value: T): Int32

 

Int32 GetHashCode(T Value)

 

func GetHashCode(_ Value: T) -> Int32

 

Integer GetHashCode(T Value)

 

Function GetHashCode(Value As T) As Int32

Parameters:

  • Value: