FRotation3Equality Operator
Return a value indicating whether values of two rotations are equal.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static bool operator ==(
FRotation3 rotationA,
FRotation3 rotationB
)
Public Shared Operator = (
rotationA As FRotation3,
rotationB As FRotation3
) As Boolean
No code example is currently available or this language may not be supported.
- rotationA FRotation3
-
Reference to the first rotation to compare.
- rotationB FRotation3
-
Reference to the second rotation to compare.
Boolean
True if the two objects are substantially equal in value. Otherwise,
false.