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: 20.4.407.0 (20.4.407.0)
Syntaxpublic 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:
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)
See Also