ContextLinkCollection.Inequality 연산자
업데이트: 2007년 11월
지정된 두 ContextLinkCollection 개체의 값이 서로 다른지 확인합니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink.Analysis(Microsoft.Ink.Analysis.dll)
구문
‘선언
Public Shared Operator <> ( _
leftHand As ContextLinkCollection, _
rightHand As ContextLinkCollection _
) As Boolean
‘사용 방법
Dim leftHand As ContextLinkCollection
Dim rightHand As ContextLinkCollection
Dim returnValue As Boolean
returnValue = (leftHand <> rightHand)
public static bool operator !=(
ContextLinkCollection leftHand,
ContextLinkCollection rightHand
)
public:
static bool operator !=(
ContextLinkCollection^ leftHand,
ContextLinkCollection^ rightHand
)
J#에서는 오버로드된 연산자를 지원하지 않습니다.
JScript에서는 오버로드된 연산자를 지원하지 않습니다.
매개 변수
- leftHand
형식: Microsoft.Ink.ContextLinkCollection
ContextLinkCollection 또는 nullNull 참조(Visual Basic의 경우 Nothing) 참조(Visual Basic의 경우 Nothing)입니다.
- rightHand
형식: Microsoft.Ink.ContextLinkCollection
ContextLinkCollection 또는 nullNull 참조(Visual Basic의 경우 Nothing) 참조(Visual Basic의 경우 Nothing)입니다.
반환 값
형식: System.Boolean
leftHand의 값이 rightHand의 값과 다르면 true이고, 그렇지 않으면 false입니다.
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원