IComparer<T>
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
-
Ancestry:
- IComparer<T> | IComparer<T> .NET
Required Methods
Compare
method Compare(Left: T; Right: T): Int32
Int32 Compare(T Left, T Right)
func Compare(_ Left: T, _ Right: T) -> Int32
Integer Compare(T Left, T Right)
Function Compare(Left As T, Right As T) As Int32
Parameters:
- Left:
- Right: