Equals
Checks if this BoundProperty equals a specified BoundProperty object.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
Equals(Object)
Checks if this BoundProperty equals a specified BoundProperty object.
public override bool Equals(object compare)
Parameters
The BoundProperty object to compare.
Returns
Type | Description |
|---|---|
| bool | Returns True if the Index and Version of this BoundProperty matches the specified BoundProperty object. Returns False otherwise. |
Equals(BoundProperty)
Checks if this BoundProperty instance equals a specified BoundProperty instance.
public bool Equals(BoundProperty boundProperty)
Parameters
The BoundProperty instance to compare.
Returns
Type | Description |
|---|---|
| bool | Returns True if the Index and Version of this BoundProperty instance matches the specified BoundProperty instance. Returns False otherwise. |