Set.Inequality Operator (Set, Set)

 

equivalentCodeEntity

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

Determines whether two specified instances of Set are not equal.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

true if o1 and o2 do not represent the same Set; false otherwise.

See Also

Set Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top