RFA .NET Compares the current RFA_String with another RFA_String.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
Visual Basic |
---|
Public Function CompareTo ( _
other As RFA_String _
) As Integer |
Visual C++ |
---|
public:
virtual int CompareTo(
RFA_String^ other
) sealed |
Return Value
A 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