This document is archived and information here might be outdated.  Recommended version.


IRelationalOperatorNxM.Equals Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IRelationalOperatorNxM.Equals Method

Indicates if the two geometries are of the same type and define the same set of points in the plane.

[Visual Basic .NET]
Public Function Equals ( _
    ByVal other As IGeometryBag _
) As IRelationResult
[C#]
public IRelationResult Equals (
    IGeometryBag other
);
[C++]
HRESULT Equals(
  IGeometryBag* other,
  IRelationResult** result
);
[C++]

Parameters other
other is a parameter of type IGeometryBag result [out, retval]
result is a parameter of type IRelationResult

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRelationalOperatorNxM Interface