ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / IsEqual Method
The patch to check for equality.
Version

IsEqual Method (Patch)
Determines if this patch is equal to the other patch.
Syntax
public bool IsEqual( 
   Patch other
)

Parameters

other
The patch to check for equality.

Return Value

True if this patch is equal to the other patch and false otherwise.
Remarks
All points and attributes are compared as well as the material and texture if they exist.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also