QuaternionEquals(Quaternion) Method |
Compares whether current instance is equal to specified
Quaternion.
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic bool Equals(
Quaternion other
)
Public Function Equals (
other As Quaternion
) As Boolean
Parameters
- other Quaternion
- The Quaternion to compare.
Return Value
Booleantrue if the instances are equal;
false otherwise.
Implements
IEquatableTEquals(T)
See Also