ArcGIS Pro 2.9 API Reference Guide
IsEqual Method (MultipointBuilderEx)

ArcGIS.Core.Geometry Namespace > MultipointBuilderEx Class : IsEqual Method
The other MultipointBuilderEx to test for equality.
Compares this instance of MultipointBuilderEx to the other for equality.
Syntax
public bool IsEqual( 
   MultipointBuilderEx other
)
Public Function IsEqual( _
   ByVal other As MultipointBuilderEx _
) As Boolean

Parameters

other
The other MultipointBuilderEx to test for equality.

Return Value

True if this instance is equal to the other.
Exceptions
ExceptionDescription
This method is not implemented.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipointBuilderEx Class
MultipointBuilderEx Members