Level.Equality Operator (Level, Level)

 

Determines whether two instances of Level are equal.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public static bool operator ==(
    Level o1,
    Level o2
)
public:
static bool operator ==(
    Level^ o1,
    Level^ o2
)
static let inline (=)
        o1:Level *
        o2:Level : bool
Public Shared Operator = (
    o1 As Level,
    o2 As Level
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if o1 and o2 represent the same Level; false otherwise.

See Also

Level Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top