ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / Equals Method
An object to compare.

In This Topic
    Equals Method (Item)
    In This Topic
    Determines if the given object is identical to this object.
    Syntax
    public override bool Equals( 
       object obj
    )
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean

    Parameters

    obj
    An object to compare.

    Return Value

    Returns true if objects are equal, false otherwise.
    Remarks
    Compares the item paths
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also