CollectorConfigStore.Key.Inequality 연산자 (CollectorConfigStore.Key, CollectorConfigStore.Key)
Does a boolean inequality comparision between the left hand side of the key and the right hand side of the key.
네임스페이스: Microsoft.SqlServer.Management.Collector
어셈블리: Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)
구문
‘선언
Public Shared Operator <> ( _
lhs As CollectorConfigStore.Key, _
rhs As CollectorConfigStore.Key _
) As Boolean
‘사용 방법
Dim lhs As CollectorConfigStore.Key
Dim rhs As CollectorConfigStore.Key
Dim returnValue As Boolean
returnValue = (lhs <> rhs)
public static bool operator !=(
CollectorConfigStore.Key lhs,
CollectorConfigStore.Key rhs
)
public:
static bool operator !=(
CollectorConfigStore.Key^ lhs,
CollectorConfigStore.Key^ rhs
)
static let inline(<>)
lhs:CollectorConfigStore.Key *
rhs:CollectorConfigStore.Key : bool
Jscript는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.
매개 변수
- lhs
유형: Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key
A Key object containing the left hand side of the key.
- rhs
유형: Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key
A Key object containing the right hand side of the key.
반환 값
유형: System.Boolean
A Boolean value that returns TRUE when:
- one side is NULL OR lhs is a not key OR rhs is not a key AND the keys are not equal
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.