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