IEqualityComparer<T>
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
-
Ancestry:
- IEqualityComparer<T> | IEqualityComparer<T> .NET
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: