SatelliteIdentifierCompareTo Method (SatelliteIdentifier) |
Compares this instance with another instance of the same type.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic int CompareTo(
SatelliteIdentifier other
)
Public Function CompareTo (
other As SatelliteIdentifier
) As Integer
public:
virtual int CompareTo(
SatelliteIdentifier other
) sealed
abstract CompareTo :
other : SatelliteIdentifier -> int
override CompareTo :
other : SatelliteIdentifier -> int Parameters
- other
- Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
An object to compare with this instance.
Return Value
Type:
Int32
A value indicating the relative order of the objects being compared. The return value has these meanings:
| Value | Meaning |
|---|
| Less than zero |
This instance is less than other.
|
| Zero |
This instance is equal to other.
|
| Greater than zero |
This instance is greater than other.
|
Implements
IComparableTCompareTo(T)
See Also