Partager via


Opérateur ReportColor.Inequality

Tests the inequality of two ReportColor objects.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Operator <> ( _
    left As ReportColor, _
    right As ReportColor _
) As Boolean
'Utilisation
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 prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.

Paramètres

Valeur de retour

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

Voir aussi

Référence

ReportColor Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel