Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests the equality of this object and another QueryBase object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function Equals ( _
queryBase As QueryBase _
) As Boolean
'Usage
Dim instance As QueryBase
Dim queryBase As QueryBase
Dim returnValue As Boolean
returnValue = instance.Equals(queryBase)
public bool Equals(
QueryBase queryBase
)
public:
bool Equals(
QueryBase^ queryBase
)
member Equals :
queryBase:QueryBase -> bool
public function Equals(
queryBase : QueryBase
) : boolean
Parameters
- queryBase
Type: Microsoft.ReportingServices.RdlObjectModel.QueryBase
A QueryBase object to compare with this object.
Return Value
Type: System.Boolean
true if this object is equal to another QueryBase object; otherwise, false.