Méthode Axis.Equals
Determines whether this instance of Axis is equal to another instance of Axis.
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 Axis
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 Axis.
Valeur de retour
Type : System.Boolean
true if this Axis and obj represent the same Axis, false otherwise.