Equals méthode
Ce membre se substitue à Object. . :: . .Equals(Object).
Espace de noms : Microsoft.DataWarehouse.Interfaces.Debugger
Assembly : Microsoft.DataWarehouse.Interfaces (dans Microsoft.DataWarehouse.Interfaces.dll)
Syntaxe
'Déclaration
Public Overrides Function Equals ( _
other As Object _
) As Boolean
'Utilisation
Dim instance As BreakpointInfo
Dim other As Object
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public override bool Equals(
Object other
)
public:
virtual bool Equals(
Object^ other
) override
abstract Equals :
other:Object -> bool
override Equals :
other:Object -> bool
public override function Equals(
other : Object
) : boolean
Paramètres
- other
Type : System. . :: . .Object
Valeur de retour
Type : System. . :: . .Boolean