ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinElement Class / IsEqual Method
An element to test for equality.
Version

    IsEqual Method (TinElement)
    Compares two TinElement for equality. Compares ElementType and Index.
    Syntax
    public bool IsEqual( 
       TinElement other
    )

    Parameters

    other
    An element to test for equality.

    Return Value

    True if the two elements are equal, false otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also