Click or drag to resize

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

Parameters

obj
Type: System.Object
The object to test.

Return Value

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