Click or drag to resize

SessionIdCompareTo(Object) Method

Tryes to comare with Object instance if it is SessionID

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public virtual int CompareTo(
	Object obj
)

Parameters

obj  Object
Object instance.

Return Value

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

Implements

IComparableCompareTo(Object)
See Also