Click or drag to resize

RotationVectorAngularVelocityEquality Operator

An equality operator overload that compares two RotationVectorAngularVelocity objects.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool operator ==(
	RotationVectorAngularVelocity left,
	RotationVectorAngularVelocity right
)

Parameters

left
Type: AGI.Foundation.CoordinatesRotationVectorAngularVelocity
The left hand side rotation vector and body-fixed angular velocity.
right
Type: AGI.Foundation.CoordinatesRotationVectorAngularVelocity
The right hand side rotation vector and body-fixed angular velocity.

Return Value

Type: Boolean
if the two parameters are equal, and if the two parameters are unequal.
See Also