Click or drag to resize

ThirdBodyGravityThirdBodyInfoEquals 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: 24.1.418.0 (24.1.418.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to test.

Return Value

Type: Boolean
True if the given object is equivalent to this object.
See Also