次の方法で共有


Equals メソッド

このメンバーは Object. . :: . .Equals(Object) をオーバーライドします。

名前空間:  Microsoft.DataWarehouse.Interfaces.Debugger
アセンブリ:  Microsoft.DataWarehouse.Interfaces (Microsoft.DataWarehouse.Interfaces.dll)

構文

'宣言
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
'使用
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

パラメーター

戻り値

型: System. . :: . .Boolean