IStructuralComparableCompareTo Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxint 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:
Int32
See Also