Equals
Returns true if the int2x4 is equal to a given int2x4, false otherwise.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
Equals(int2x4)
Returns true if the int2x4 is equal to a given int2x4, false otherwise.
public bool Equals(int2x4 rhs)
Parameters
Right hand side argument to compare equality with.
Returns
Type | Description |
|---|---|
| bool | The result of the equality comparison. |
Equals(Object)
Returns true if the int2x4 is equal to a given int2x4, false otherwise.
public override bool Equals(object o)
Parameters
Right hand side argument to compare equality with.
Returns
Type | Description |
|---|---|
| bool | The result of the equality comparison. |