Equals
Indicates whether two binding properties are equal.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Equals(BindingId)
Indicates whether two binding properties are equal.
public bool Equals(BindingId other)
Parameters
The object to compare with the current instance.
Returns
Type | Description |
|---|---|
| bool | |
Equals(Object)
Indicates whether two binding properties are equal.
public override bool Equals(object obj)
Parameters
Returns
Type | Description |
|---|---|
| bool | |