'Usage Dim instance As ImGearMetadataNode Dim obj As Object Dim value As Integer value = instance.CompareTo(obj)
Parameters
- obj
- An object to compare with this instance.
Return Value
Following values defined:
- -1 - This instance is less than obj.
- 0 - This instance is equal to obj.
- 1 - This instance is greater than obj.