Volume.Key.Equality 연산자 (Volume.Key, Volume.Key)
Determines whether the two key objects have the same value using specified operands.
네임스페이스: Microsoft.SqlServer.Management.Utility
어셈블리: Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)
구문
‘선언
Public Shared Operator = ( _
leftOperand As Volume.Key, _
rightOperand As Volume.Key _
) As Boolean
‘사용 방법
Dim leftOperand As Volume.Key
Dim rightOperand As Volume.Key
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
Volume.Key leftOperand,
Volume.Key rightOperand
)
public:
static bool operator ==(
Volume.Key^ leftOperand,
Volume.Key^ rightOperand
)
static let inline(=)
leftOperand:Volume.Key *
rightOperand:Volume.Key : bool
Jscript는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.
매개 변수
- leftOperand
유형: Microsoft.SqlServer.Management.Utility.Volume.Key
The operand object to the left of the equality operator.
- rightOperand
유형: Microsoft.SqlServer.Management.Utility.Volume.Key
The operand object to the right of the equality operator.
반환 값
유형: System.Boolean
true if the objects are the same; otherwise, false.