Click or drag to resize

EllipsoidSurfaceCurveEquals Method (EllipsoidSurfaceCurve)

Indicates whether the current object is equal to another object of the same type.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual bool Equals(
	EllipsoidSurfaceCurve other
)

Parameters

other
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also