MiningStructure.Equality 運算子
Determines whether two instances of MiningStructure are equal.
命名空間: 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 represent the same MiningStructure; otherwise, false.