[]
        
(Showing Draft Content)

C1.Document.SSRSReportLocation.Equals

Equals Method

Equals(object)

Compares the current report location to another one.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

The other report location object to compare the current to.

Returns
Type Description
bool

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

Overrides