C1.WPF.Document Assembly / C1.WPF.Document Namespace / SSRSSessionReportLocation Class / Equals Method
The other report location object to compare the current to.

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

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