Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool Equals(
	EllipsoidSurfaceRegion other
)

Parameters

other
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also