Method Equals
Equals(half3)
Returns true if the half3 is equal to a given half3, false otherwise.
Declaration
public bool Equals(half3 rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| half3 | rhs | Right hand side argument to compare equality with. |
Returns
| Type | Description |
|---|---|
| bool | The result of the equality comparison. |
Implements
Equals(object)
Returns true if the half3 is equal to a given half3, 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 |
|---|---|
| bool | The result of the equality comparison. |