Method Equals
Equals(quaternion)
Returns true if the quaternion is equal to a given quaternion, false otherwise.
Declaration
public bool Equals(quaternion x)
Parameters
Type | Name | Description |
---|---|---|
quaternion | x | The quaternion to compare with. |
Returns
Type | Description |
---|---|
bool | True if the quaternion is equal to the input, false otherwise. |
Implements
Equals(object)
Returns whether true if the quaternion is equal to a given quaternion, false otherwise.
Declaration
public override bool Equals(object x)
Parameters
Type | Name | Description |
---|---|---|
object | x | The object to compare with. |
Returns
Type | Description |
---|---|
bool | True if the quaternion is equal to the input, false otherwise. |