Quaterniond.Equals Method

Definition

Overloads

Equals(Quaterniond)

Compares this Quaterniond instance to another Quaterniond for equality.

Equals(Object)

Compares this object instance to another object for equality.

Equals(Quaterniond)

Compares this Quaterniond instance to another Quaterniond for equality.

public bool Equals (OpenTK.Quaterniond other);
override this.Equals : OpenTK.Quaterniond -> bool

Parameters

other
Quaterniond

The other Quaterniond to be used in the comparison.

Returns

True if both instances are equal; false otherwise.

Implements

Applies to

Equals(Object)

Compares this object instance to another object for equality.

public override bool Equals (object other);
override this.Equals : obj -> bool

Parameters

other
Object

The other object to be used in the comparison.

Returns

True if both objects are Quaternions of equal value. Otherwise it returns false.

Applies to