ArcGIS Pro 2.6 API Reference Guide
IsEqual Method (MultipatchBuilderEx)

ArcGIS.Core.Geometry Namespace > MultipatchBuilderEx Class : IsEqual Method
The MultipatchBuilderEx to test for equality.
Determines if this MultipatchBuilderEx instance is equal to other.
Syntax
public bool IsEqual( 
   MultipatchBuilderEx other
)
Public Function IsEqual( _
   ByVal other As MultipatchBuilderEx _
) As Boolean

Parameters

other
The MultipatchBuilderEx to test for equality.

Return Value

True if the two builders are equal and false otherwise.
Remarks
Compares each patch in the Patches lists, the lists themselves, and the spatial references.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipatchBuilderEx Class
MultipatchBuilderEx Members