NamedSet.Equality Operator (NamedSet, NamedSet)

 

equivalentCodeEntity

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

Determines whether two specified instances of NamedSet the same values.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

NamedSet Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top