ArcGIS Pro 2.9 API Reference Guide
IsEqual Method (MultipartBuilderEx)

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

Parameters

other
The MultipartBuilderEx to test for equality.

Return Value

True if the two builders are equal and false otherwise.
Exceptions
ExceptionDescription
This method is not implemented.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MultipartBuilderEx Class
MultipartBuilderEx Members