SeatCountInequality Operator |
Implements the != operator.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static bool operator !=(
SeatCount x,
SeatCount y
)
Public Shared Operator <> (
x As SeatCount,
y As SeatCount
) As Boolean
public:
static bool operator !=(
SeatCount x,
SeatCount y
)
static let inline (<>)
x : SeatCount *
y : SeatCount : boolParameters
- x SeatCount
- The first instance.
- y SeatCount
- The second instance.
Return Value
BooleanThe result of the operator.
See Also