EllipsoidSurfaceRegion.Equals 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Shapes.EllipsoidSurfaceRegion
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatable<T>.Equals(T)
See Also