Compares two keys for value equality.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Shared Function Equals ( _
leftOperand As Object, _
rightOperand As Object _
) As Boolean
‘사용 방법
Dim leftOperand As Object
Dim rightOperand As Object
Dim returnValue As Boolean
returnValue = SchemaNamedKey.Equals(leftOperand, _
rightOperand)
public static bool Equals(
Object leftOperand,
Object rightOperand
)
public:
static bool Equals(
Object^ leftOperand,
Object^ rightOperand
)
static member Equals :
leftOperand:Object *
rightOperand:Object -> bool
public static function Equals(
leftOperand : Object,
rightOperand : Object
) : boolean
매개 변수
- leftOperand
유형: System.Object
The first key to compare.
- rightOperand
유형: System.Object
The second key to compare.
반환 값
유형: System.Boolean
true if both keys are equal or both keys are nullnull 참조(Visual Basic에서는 Nothing); otherwise, false.