ArcGIS Pro 2.6 API Reference Guide
IsEqual Method (Patch)

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

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 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members