FQuaternionEquality Operator

Return a value indicating whether values of two quaternions are equal.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static bool operator ==(
	FQuaternion itemA,
	FQuaternion itemB
)

Parameters

itemA  FQuaternion
Reference to the first quaternion to compare.
itemB  FQuaternion
Reference to the second quaternion to compare.

Return Value

Boolean
True if the two objects are substantially equal in value. Otherwise, false.

See Also