Click or drag to resize

ThirdBodyGravity.ThirdBodyInfo.Equals Method (ThirdBodyGravity.ThirdBodyInfo)

Indicates whether another instance of this type is exactly equal to this instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool Equals(
	ThirdBodyGravity.ThirdBodyInfo other
)

Parameters

other
Type: AGI.Foundation.Celestial.ThirdBodyGravity.ThirdBodyInfo
The instance to compare to this instance.

Return Value

Type: Boolean
true if other represents the same value as this instance; otherwise false.

Implements

IEquatable<T>.Equals(T)
See Also