Description:

Determines whether an object is a quaternion and has the same value of this quaternion.

Syntax:
public override bool Equals(
object obj
)
Parameters:
  • obj
  • Type: object
  • Another object to compare.
Returns:
Type: bool
True if obj is a quaternion and has exactly equal coefficients; otherwise false.

Description:

Determines whether this quaternion has the same value of another quaternion.

Syntax:
public bool Equals(
Quaternion other
)
Parameters:
  • other
  • Type: Quaternion
  • Another quaternion to compare.
Returns:
Type: bool
True if the quaternions have exactly equal coefficients; otherwise false.
Available since:
5.0

Nothing found