Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.