ArcGIS Pro 3.7 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 Function IsEqual( _
       ByVal other As TinElement _
    ) As Boolean
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also