RFA .NET Compares the current Buffer with another Buffer.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public int CompareTo(
Buffer other
) |
Visual Basic |
---|
Public Function CompareTo ( _
other As Buffer _
) As Integer |
Visual C++ |
---|
public:
virtual int CompareTo(
Buffer^ other
) sealed |
F# |
---|
abstract CompareTo :
other:Buffer -> int
override CompareTo :
other:Buffer -> int |
Return Value
An integer value that indicates the relative order of the objects being compared.
Less than zero if this object is less than the other parameter.
Zero if this object is equal to other.
Greater than zero if this object is greater than other.
Implements
IComparable<(Of <(<'T>)>)>..::..CompareTo(T)
See Also