ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.DataReviewer Namespace / Session Structure / Equals Method / Equals(Session) Method

In This Topic
    Equals(Session) Method
    In This Topic
    Determines whether the current Session is equal to another instance.
    Syntax
    public bool Equals( 
       Session other
    )
    Public Overloads Function Equals( _
       ByVal other As Session _
    ) As Boolean

    Parameters

    other
    Remarks
    Comparison is based on Session ID
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also