DistributionListenerDistributionEntryCompareTo Method |
Compares the current instance with another object of the same type.
Namespace:
FinAnalysis.Listeners
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public int CompareTo(
Object obj
)
Parameters
- obj
- Type: SystemObject
An object to compare with this instance.
Return Value
Type:
Int32 A 32-bit signed integer that indicates the relative order of the comparands.
Implements
IComparableCompareTo(Object)See Also