NamedSet.Inequality Operator (NamedSet, NamedSet)

 

equivalentCodeEntity

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

Determines whether two specified instances of NamedSet have different 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 different NamedSet objects; false otherwise.

See Also

NamedSet Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top