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

In This Topic
    IsEqual Method (Patch)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also