Click or drag to resize

RotationVectorAngularVelocity.Equality Operator

An equality operator overload that compares two RotationVectorAngularVelocity objects.

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

Parameters

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

Return Value

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