SequenceComparerCompare Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemUInt16
- y
- Type: SystemUInt16
Return Value
Type:
Int32Implements
IComparerTCompare(T, T)See Also