Condividi tramite


Operatore ReportColor.Inequality

Tests the inequality of two ReportColor objects.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared Operator <> ( _
    left As ReportColor, _
    right As ReportColor _
) As Boolean
'Utilizzo
Dim left As ReportColor 
Dim right As ReportColor 
Dim returnValue As Boolean 

returnValue = (left <> right)
public static bool operator !=(
    ReportColor left,
    ReportColor right
)
public:
static bool operator !=(
    ReportColor left, 
    ReportColor right
)
static let inline(<>)
        left:ReportColor * 
        right:ReportColor  : bool
JScript supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.

Parametri

Valore restituito

Tipo: System.Boolean
True if the two ReportColor objects are not equal; otherwise, false.

Vedere anche

Riferimento

ReportColor Struttura

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel