Inequality 演算子
MiningStructure の 2 つのインスタンスが等しいかどうかを示します。
名前空間: 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 はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
戻り値
型: System. . :: . .Boolean
o1 と o2 が異なる MiningStructure を表す場合は true、同一の場合は false です。