ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBagBuilderEx Class / IsEqual Method / IsEqual(GeometryBagBuilderEx) Method
The other GeometryBagBuilderEx to test for equality.

In This Topic
    IsEqual(GeometryBagBuilderEx) Method
    In This Topic
    Compares this instance of GeometryBagBuilderEx to the other for equality.
    Syntax
    public bool IsEqual( 
       GeometryBagBuilderEx other
    )
    Public Overloads Function IsEqual( _
       ByVal other As GeometryBagBuilderEx _
    ) As Boolean

    Parameters

    other
    The other GeometryBagBuilderEx to test for equality.

    Return Value

    True if this instance is equal to the other.
    Remarks
    Compares each part in theGeometries list, the attributes, HasZ, HasM, and HasID as well as the spatial references.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also