[]
        
(Showing Draft Content)

C1.WPF.Document.SSRSReportLocation.Equals

Equals Method

Equals(object)

Compares the current report location to another one.

Declaration
public override bool Equals(object obj)
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