Equals
Determines whether this instance and a specified object, which must also be a PropertyName object, have the same value.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
Equals(Object)
Determines whether this instance and a specified object, which must also be a PropertyName object, have the same value.
public override bool Equals(object other)
Parameters
Returns
Type | Description |
|---|---|
| bool |
Equals(PropertyName)
Determines whether this instance and a specified object, which must also be a PropertyName object, have the same value.
public bool Equals(PropertyName other)
Parameters
Returns
Type | Description |
|---|---|
| bool |