Determines whether two instances of MiningStructure are unequal.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Shared Operator <> ( _
o1 As MiningStructure, _
o2 As MiningStructure _
) As Boolean
‘사용 방법
Dim o1 As MiningStructure
Dim o2 As MiningStructure
Dim returnValue As Boolean
returnValue = (o1 <> o2)
public static bool operator !=(
MiningStructure o1,
MiningStructure o2
)
public:
static bool operator !=(
MiningStructure^ o1,
MiningStructure^ o2
)
static let inline(<>)
o1:MiningStructure *
o2:MiningStructure : bool
Jscript는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.
매개 변수
- o1
유형: Microsoft.AnalysisServices.AdomdClient.MiningStructure
The first instance of MiningStructure to compare.
- o2
유형: Microsoft.AnalysisServices.AdomdClient.MiningStructure
The second instance of MiningStructure to compare.
반환 값
유형: System.Boolean
true if o1 and o2 do not represent the same MiningStructure; otherwise, false.