Equals Method (SSRSSessionReportLocation)
Compares the current report location to another one.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The other report location object to compare the current to.
Return Value
True if both objects represent the same location, false otherwise.