Equals 方法 (Object, Object)

Determines whether two objects are equal.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Shared Function Equals ( _
    obj1 As Object, _
    obj2 As Object _
) As Boolean
'用途
Dim obj1 As Object
Dim obj2 As Object
Dim returnValue As Boolean

returnValue = PolicyStore..::..Key.Equals(obj1, obj2)

參數

傳回值

型別:System. . :: . .Boolean
A Boolean value that is true if the objects are equal. Otherwise, false.