共用方式為


MapValue.Equals 方法

Indicates whether the specified object is equal to the current object.

命名空間:  Microsoft.SqlServer.XEvent
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

'宣告
Public Overrides Function Equals ( _
    o As Object _
) As Boolean
'用途
Dim instance As MapValue 
Dim o As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(o)
public override bool Equals(
    Object o
)
public:
virtual bool Equals(
    Object^ o
) override
abstract Equals : 
        o:Object -> bool  
override Equals : 
        o:Object -> bool
public override function Equals(
    o : Object
) : boolean

參數

  • o
    型別:System.Object
    The object to compare with the current object.

傳回值

型別:System.Boolean
True if the specified object is equal to the current object; otherwise, false.

請參閱

參考

MapValue 類別

Microsoft.SqlServer.XEvent 命名空間