ActionInfo.Key.Equals 方法 (Object)
Determines whether a ActionInfo.Key object is equal to the System.Object supplied by the obj parameter.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'用途
Dim instance As ActionInfo.Key
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
參數
- obj
型別:System.Object
The System.Object to compare.
傳回值
型別:System.Boolean
A Boolean value that specifies the outcome of performing an equality operation on two objects. If True , the two objects are equal; otherwise False.