RotationVectorAngularVelocity.Equals Method (RotationVectorAngularVelocity) |
Indicates whether another instance of this type is exactly equal to this instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Equals(
RotationVectorAngularVelocity other
)
Public Function Equals (
other As RotationVectorAngularVelocity
) As Boolean
public:
virtual bool Equals(
RotationVectorAngularVelocity other
) sealed
abstract Equals :
other : RotationVectorAngularVelocity -> bool
override Equals :
other : RotationVectorAngularVelocity -> bool
Parameters
- other
- Type: AGI.Foundation.Coordinates.RotationVectorAngularVelocity
The instance to compare to this instance.
Return Value
Type:
Booleantrue if
other represents the same value as this instance; otherwise
false.
Implements
IEquatable<T>.Equals(T)
See Also