ArcGIS Pro 2.6 API Reference Guide
IsEqual Method (MapPointBuilderEx)

ArcGIS.Core.Geometry Namespace > MapPointBuilderEx Class : IsEqual Method
The other MapPointBuilderEx to test for equality.
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 10, Windows 8.1, Windows 7

See Also

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members