EllipsoidSurfaceRegionHoleEquals Method (EllipsoidSurfaceRegionHole) |
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 bool Equals(
EllipsoidSurfaceRegionHole other
)
Public Function Equals (
other As EllipsoidSurfaceRegionHole
) As Boolean
public:
virtual bool Equals(
EllipsoidSurfaceRegionHole^ other
) sealed
abstract Equals :
other : EllipsoidSurfaceRegionHole -> bool
override Equals :
other : EllipsoidSurfaceRegionHole -> bool
Parameters
- other
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegionHole
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