ComponentOne FlexReport for WinForms
Equals Method (SSRSSessionReportLocation)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > SSRSSessionReportLocation Class : Equals Method
The other report location object to compare the current to.
Compares the current report location to another one.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.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

Reference

SSRSSessionReportLocation Class
SSRSSessionReportLocation Members