LevelProperty.Equality Operator (LevelProperty, LevelProperty)

 

equivalentCodeEntity

M:Microsoft.AnalysisServices.AdomdClient.LevelProperty.Equals(Microsoft.AnalysisServices.AdomdClient.LevelProperty,Microsoft.AnalysisServices.AdomdClient.LevelProperty)

Determines whether two LevelProperty objects are equal.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

LevelProperty Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top