other | The other GlobalObjectId to compare with this instance. |
bool
Returns true
if the two instances of GlobalObjectId are value equivalent. Otherwise, returns false
.
Checks if this unique object identifier and another are equal.
This method performs a value equality check. It returns true if the values of every property on this GlobalObjectId
match the values of the equivalent properties on the GlobalObjectId
supplied as a parameter. Any two instances of GlobalObjectId
that are value equivalent must by definition identify the same object.
Additional resources: GlobalObjectId.CompareTo