Opérateur 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
- left
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportColor
A ReportColor object.
- right
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportColor
A ReportColor object.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi