Оператор Equality (PolicyStore.Key, PolicyStore.Key)
Determines whether the objects identified by two PolicyStore..::..Key objects are the same.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Shared Operator = ( _
leftOperand As PolicyStore..::..Key, _
rightOperand As PolicyStore..::..Key _
) As Boolean
'Применение
Dim leftOperand As PolicyStore..::..Key
Dim rightOperand As PolicyStore..::..Key
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
PolicyStore..::..Key leftOperand,
PolicyStore..::..Key rightOperand
)
public:
static bool operator ==(
PolicyStore..::..Key^ leftOperand,
PolicyStore..::..Key^ rightOperand
)
static let inline (=)
leftOperand:PolicyStore..::..Key *
rightOperand:PolicyStore..::..Key : bool
JScript поддерживает использование перегруженных операторов, но не объявление новых.
Параметры
- leftOperand
Тип: Microsoft.SqlServer.Management.Dmf. . :: . .PolicyStore. . :: . .Key
A PolicyStore..::..Key object that identifies the first object.
- rightOperand
Тип: Microsoft.SqlServer.Management.Dmf. . :: . .PolicyStore. . :: . .Key
A PolicyStore..::..Key object that identifies the second object.
Возвращаемое значение
Тип: System. . :: . .Boolean
A Boolean value that is true if the objects are the same, otherwise false.