Compares the current object with another object of the same type.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic int CompareTo(
Member other
)
Public Function CompareTo (
other As Member
) As Integer
public:
virtual int CompareTo(
Member^ other
) sealed
abstract CompareTo :
other : Member -> int
override CompareTo :
other : Member -> int
Parameters
- other
- Type: Com.Tibco.As.SpaceMember
An object to compare with this object.
Return Value
Type:
Int32
A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings:
- Less than zero: This object is less than the other parameter.
- Zero: This object is equal to other.
- Greater than zero: This object is greater than the other parameter.
Implements
IComparableTCompareTo(T)
See Also