ThirdBodyGravity.ThirdBodyInfo.Equals Method (Object) |
Returns true if this object is equivalent to the given object.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: System.Object
The object to test.
Return Value
Type:
BooleanTrue if the given object is equivalent to this object.
See Also