Method Equals
Equals(UnityObjectRef<T>)
Checks if this reference and another reference are equal.
Declaration
public bool Equals(UnityObjectRef<T> other)Parameters
| Type | Name | Description | 
|---|---|---|
| UnityObjectRef<T> | other | The UnityObjectRef to compare for equality. | 
Returns
| Type | Description | 
|---|---|
| bool | True if the two lists are equal. | 
Equals(object)
Checks if this object references the same UnityEngine.Object as another object.
Declaration
public override bool Equals(object obj)Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | The object to compare. | 
Returns
| Type | Description | 
|---|---|
| bool | True, if the  |