Level.Inequality Operator
Determines whether two instances of Level are unequal.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
o1 As Level, _
o2 As Level _
) As Boolean
'Usage
Dim o1 As Level
Dim o2 As Level
Dim returnValue As Boolean
returnValue = (o1 <> o2)
public static bool operator !=(
Level o1,
Level o2
)
public:
static bool operator !=(
Level^ o1,
Level^ o2
)
static let inline (<>)
o1:Level *
o2:Level : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- o1
Type: Microsoft.AnalysisServices.AdomdClient.Level
A Level.
- o2
Type: Microsoft.AnalysisServices.AdomdClient.Level
A Level.
Return Value
Type: System.Boolean
true if o1 and o2 do not represent the same Level; false otherwise.