FRotation3Equality Operator

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

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static bool operator ==(
	FRotation3 rotationA,
	FRotation3 rotationB
)

Parameters

rotationA  FRotation3
Reference to the first rotation to compare.
rotationB  FRotation3
Reference to the second rotation to compare.

Return Value

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

See Also