ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / IsEqual Method
The other MapPointBuilderEx to test for equality.

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

    Parameters

    other
    The other MapPointBuilderEx to test for equality.

    Return Value

    True if this instance is equal to the other.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also