ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / Element Class / Equals Method / Equals(Element) Method
The other element to be compared

In This Topic
    Equals(Element) Method
    In This Topic
    Evaluates whether the elements are equal based on Name
    Syntax
    public bool Equals( 
       Element other
    )
    Public Overloads Function Equals( _
       ByVal other As Element _
    ) As Boolean

    Parameters

    other
    The other element to be compared

    Return Value

    True if they are equal
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also