Partager via


Méthode Cell.Equals

Determines whether two instances of Object are equal.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Utilisation
Dim instance As Cell 
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

Paramètres

  • obj
    Type : System.Object
    An object of the same type as the Cell.

Valeur de retour

Type : System.Boolean
true if the two instances are equivalent; false otherwise.

Voir aussi

Référence

Cell Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient