PlotId.CompareTo Method
Compares this PlotId with another PlotId.
Thread safety: This method is thread-safe.
CompareTo(PlotId obj)
Compares this PlotId with another PlotId.Syntax
public System.Int32 CompareTo (
PlotId obj
)
Parameters
obj
Type: PlotId
The object to compare the current PlotId with.
The object to compare the current PlotId with.
Return Value
Type: System.Int32
A value less than zero if this instance precedes obj, zero if this instance is equal to obj or a value greater than zero if this instance follows obj.
A value less than zero if this instance precedes obj, zero if this instance is equal to obj or a value greater than zero if this instance follows obj.
Platforms
Windows, Linux, Android