PointOnCurveEquals Method (PointOnCurve) |
Indicates whether another instance of this type is exactly equal to this instance.
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 bool Equals(
PointOnCurve other
)
Public Function Equals (
other As PointOnCurve
) As Boolean
public:
virtual bool Equals(
PointOnCurve other
) sealed
abstract Equals :
other : PointOnCurve -> bool
override Equals :
other : PointOnCurve -> bool
Parameters
- other
- Type: AGI.Foundation.Geometry.ShapesPointOnCurve
The instance to compare to this instance.
Return Value
Type:
Boolean if
other represents the same value as this instance; otherwise
.
Implements
IEquatableTEquals(T)See Also