MemberProperty.Equality Operator (MemberProperty, MemberProperty)

 

equivalentCodeEntity

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

Determines whether two instances of MemberProperty are equal.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

MemberProperty Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top