SeatCountInequality Operator

Implements the != operator.

Namespace: Dundas.BI.Licensing
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static bool operator !=(
	SeatCount x,
	SeatCount y
)

Parameters

x  SeatCount
The first instance.
y  SeatCount
The second instance.

Return Value

Boolean
The result of the operator.
See Also