SequenceComparerCompare Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic int Compare(
ushort x,
ushort y
)
Public Function Compare (
x As UShort,
y As UShort
) As Integer
public:
virtual int Compare(
unsigned short x,
unsigned short y
) sealed
abstract Compare :
x : uint16 *
y : uint16 -> int
override Compare :
x : uint16 *
y : uint16 -> int
Parameters
- x UInt16
-
- y UInt16
-
Return Value
Int32Implements
IComparerTCompare(T, T)
See Also