Equals(GlobalObjectId)
Checks if this unique object identifier and another are equal.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool Equals(GlobalObjectId other)
Parameters
The other GlobalObjectId to compare with this instance.
Returns
Type | Description |
|---|---|
| bool | Returns |
Remarks
This method performs a value equality check. It returns true if the values of every property on this match the values of the equivalent properties on the supplied as a parameter. Any two instances of that are value equivalent must by definition identify the same object.
GlobalObjectIdGlobalObjectIdGlobalObjectIdAdditional Resources: GlobalObjectId.CompareTo