EllipsoidComplexSurfaceCurveEquals 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.2.419.0 (24.2.419.0)
Syntax public override bool Equals(
EllipsoidSurfaceCurve other
)
Public Overrides Function Equals (
other As EllipsoidSurfaceCurve
) As Boolean
public:
virtual bool Equals(
EllipsoidSurfaceCurve^ other
) override
abstract Equals :
other : EllipsoidSurfaceCurve -> bool
override Equals :
other : EllipsoidSurfaceCurve -> bool
Parameters
- other
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also