Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

WinLib.UUID.Operator_Compare

Andrew edited this page Mar 17, 2014 · 2 revisions

#WinLib.UUID.Operator_Compare

##Method Signature Function Operator_Compare(OtherUUID As UUID) As Integer

##Return value Returns an integer representing the equality of the passed UUID to the instance.

Value Meaning
–1 The instance is less than OtherUUID
0 The instance is equal to OtherUUID
1 The instance is greater than OtherUUID

##See also

Clone this wiki locally