Quaternion::Equals Method (Quaternion)

Returns a value that indicates whether this instance and another quaternion are equal.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
virtual bool Equals(
	Quaternion other
) sealed

Parameters

other
Type: System.Numerics::Quaternion

The other quaternion.

Return Value

Type: System::Boolean
true if the two quaternions are equal; otherwise, false.

Implements

IEquatable<T>::Equals(T)

Two quaternions are equal if each of their corresponding components is equal.

Show: