Metoda ProgramInfo.Equals
Ten element członkowski zastępuje element Object.Equals(Object).
Przestrzeń nazw: Microsoft.DataWarehouse.Interfaces.Debugger
Zestaw: Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)
Składnia
'Deklaracja
Public Overrides Function Equals ( _
other As Object _
) As Boolean
'Użycie
Dim instance As ProgramInfo
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
Parametry
- other
Typ: System.Object
Wartość zwracana
Typ: System.Boolean
Zobacz także