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