Click or drag to resize
GeMultiGeometryEquals Method
Indicates whether the current object is equal to another object of the same type.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public override bool Equals(
	IGeGeometry other,
	GeDimensionality dimensionality,
	GeLength tolerance = null,
	GeSpatialComparision comparision = GeSpatialComparision.Exact
)

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry
The other object to compare against.
dimensionality
Type: FDF.Common.GeometriesGeDimensionality
Coordinate dimensionality to use for comparision.
tolerance (Optional)
Type: FDF.Common.GeometriesGeLength
Optional spatial tolerance to use for comparision. If omitted, uses default tolerance.
comparision (Optional)
Type: FDF.Common.GeometriesGeSpatialComparision
Optional type of spatial comparision. If omitted, uses exact comparision.

Return Value

Type: Boolean
Remarks