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 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
參數
- other
型別:System. . :: . .Object