Metodo QueryBase.Equals (Object)
Tests the equality of this object and another object.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Utilizzo
Dim instance As QueryBase
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
Parametri
- obj
Tipo: System.Object
The object to compare with this object.
Valore restituito
Tipo: System.Boolean
true if this object is equal to another object; otherwise, false.