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

参数

返回值

类型:System. . :: . .Boolean