Equals
Checks whether two DescriptorIDs contain the same ID.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
Equals(DescriptorId)
Checks whether two DescriptorIDs contain the same ID.
public bool Equals(DescriptorId other)
Parameters
A DescriptorId to compare to.
Returns
Type | Description |
|---|---|
| bool | True if the descriptors are the same, false if they are different. |
Equals(string)
Checks whether two DescriptorIDs contain the same ID.
public bool Equals(string other)
Parameters
A string representing a descriptor ID to compare to.
Returns
Type | Description |
|---|---|
| bool | True if the descriptors are the same, false if they are different. |