Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Session Class / Equals Method / Equals(Session) Method
The Session object to compare with this Session object.

In This Topic
    Equals(Session) Method
    In This Topic
    Determines whether the provided Session object is equal to this Session object.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal other As Session _
    ) As Boolean
    public bool Equals( 
       Session other
    )

    Parameters

    other
    The Session object to compare with this Session object.

    Return Value

    true if the current object is equal to the other parameter; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also