Method Equals
Equals(uint3)
Returns true if the uint3 is equal to a given uint3, false otherwise.
Declaration
public bool Equals(uint3 rhs)Parameters
| Type | Name | Description | 
|---|---|---|
| uint3 | rhs | Right hand side argument to compare equality with. | 
Returns
| Type | Description | 
|---|---|
| Boolean | The result of the equality comparison. | 
Equals(Object)
Returns true if the uint3 is equal to a given uint3, false otherwise.
Declaration
public override bool Equals(object o)Parameters
| Type | Name | Description | 
|---|---|---|
| Object | o | Right hand side argument to compare equality with. | 
Returns
| Type | Description | 
|---|---|
| Boolean | The result of the equality comparison. |