◆ CompareTo()
int FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ProfileMetaData.CompareTo | ( | IProfileMetaData | other | ) |
Compare this instance to another object that implements IProfileMetaData.
- Parameters
-
- other - The IProfileMetaData 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.