Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / SSRSReportLocation Class / Equals Method
The other report location object to compare the current to.

In This Topic
    Equals Method (SSRSReportLocation)
    In This Topic
    Compares the current report location to another one.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The other report location object to compare the current to.

    Return Value

    True if both objects represent the same location, false otherwise.
    See Also