CubeDef.Equality 运算符

Determines whether two specified instances of CubeDef are equal.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Shared Operator = ( _
    o1 As CubeDef, _
    o2 As CubeDef _
) As Boolean
用法
Dim o1 As CubeDef 
Dim o2 As CubeDef 
Dim returnValue As Boolean 

returnValue = (o1 = o2)
public static bool operator ==(
    CubeDef o1,
    CubeDef o2
)
public:
static bool operator ==(
    CubeDef^ o1, 
    CubeDef^ o2
)
static let inline(=)
        o1:CubeDef * 
        o2:CubeDef  : bool
JScript 支持使用重载的运算符,但不支持声明新重载运算符。

参数

返回值

类型:System.Boolean
true if o1 and o2 represent the same CubeDef, false otherwise.

请参阅

参考

CubeDef 类

Microsoft.AnalysisServices.AdomdClient 命名空间