◆ CompareTo()
int FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaData.CompareTo | ( | IComponentMetaData | other | ) |
Compare this instance to another object that implements IComponentMetaData.
- Parameters
-
- other - The IComponentMetaData instance to compare to.
- Returns
- >0 if this instance precedes
other
in the sort order. 0 if they are equal in the sort order. <0 ifother
precedes this instance in the sort order.