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

In This Topic
    IsEqual Method (TinElement)
    In This Topic
    Compares two TinElement for equality. Compares ElementType and Index.
    Syntax
    public bool IsEqual( 
       TinElement other
    )
    Public Function IsEqual( _
       ByVal other As TinElement _
    ) As Boolean

    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