Click or drag to resize

SessionIdCompareTo(SessionId) Method

Compare with other SessionID

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public int CompareTo(
	SessionId val
)

Parameters

val  SessionId
other ID .

Return Value

Int32
Zero if equal, negative if less, possitive if greater
See Also