RFA .NET Compares the current QualityOfService with another QualityOfService.
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 QualityOfService _
) As Integer |
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