Compartir a través de


LevelProperty.Equality Operador

Determines whether two LevelProperty objects are equal.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Shared Operator = ( _
    o1 As LevelProperty, _
    o2 As LevelProperty _
) As Boolean
'Uso
Dim o1 As LevelProperty 
Dim o2 As LevelProperty 
Dim returnValue As Boolean 

returnValue = (o1 = o2)
public static bool operator ==(
    LevelProperty o1,
    LevelProperty o2
)
public:
static bool operator ==(
    LevelProperty^ o1, 
    LevelProperty^ o2
)
static let inline(=)
        o1:LevelProperty * 
        o2:LevelProperty  : bool
JScript admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

Valor devuelto

Tipo: System.Boolean
true if o1 and o2 represent the same LevelProperty; false otherwise.

Vea también

Referencia

LevelProperty Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient