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

IsEqual Method (MultipointBuilderEx)
Compares this instance of MultipointBuilderEx to the other for equality.
Syntax
public bool IsEqual( 
   MultipointBuilderEx other
)

Parameters

other
The other MultipointBuilderEx to test for equality.

Return Value

True if this instance is equal to the other.
Remarks
Compares each coordinate in the Coordinate2Ds list, the attributes, HasZ, HasM, HasID and their associated lists as well as the spatial references.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.8 or higher.
See Also