Equals
Returns true if the Descriptor is equal to a given Descriptor, false otherwise.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
Equals(Descriptor)
Returns true if the Descriptor is equal to a given Descriptor, false otherwise.
public bool Equals(Descriptor other)
Parameters
The Descriptor to compare equality with.
Returns
Type | Description |
|---|---|
| bool | The result of the equality comparison. |
Equals(Object)
Returns true if the Descriptor is equal to a given object, false otherwise.
public override bool Equals(object obj)
Parameters
The object to compare equality with.
Returns
Type | Description |
|---|---|
| bool | The result of the equality comparison. |