Method Equals
Equals(int2x2)
Returns true if the int2x2 is equal to a given int2x2, false otherwise.
Declaration
public bool Equals(int2x2 rhs)
Parameters
Type | Name | Description |
---|---|---|
int2x2 | 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 int2x2 is equal to a given int2x2, 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. |