RotationVectorAngularVelocity.Equality Operator |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static bool operator ==(
RotationVectorAngularVelocity left,
RotationVectorAngularVelocity right
)
Public Shared Operator = (
left As RotationVectorAngularVelocity,
right As RotationVectorAngularVelocity
) As Boolean
public:
static bool operator ==(
RotationVectorAngularVelocity left,
RotationVectorAngularVelocity right
)
static let inline (=)
left : RotationVectorAngularVelocity *
right : RotationVectorAngularVelocity : bool
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:
Booleantrue if the two parameters are equal, and
false if the
two parameters are unequal.
See Also