IStructuralComparableCompareTo Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int CompareTo(
Object other,
IComparer comparer
)
Function CompareTo (
other As Object,
comparer As IComparer
) As Integer
int CompareTo(
Object^ other,
IComparer^ comparer
)
abstract CompareTo :
other : Object *
comparer : IComparer -> int
Parameters
- other
- Type: SystemObject
- comparer
- Type: System.CollectionsIComparer
Return Value
Type:
Int32See Also