Freigeben über


ReportColor.Inequality(ReportColor, ReportColor) Betreiber

Definition

Testet die Ungleichheit von zwei ReportColor Objekten.

public:
 static bool operator !=(Microsoft::ReportingServices::RdlObjectModel::ReportColor left, Microsoft::ReportingServices::RdlObjectModel::ReportColor right);
public static bool operator != (Microsoft.ReportingServices.RdlObjectModel.ReportColor left, Microsoft.ReportingServices.RdlObjectModel.ReportColor right);
static member op_Inequality : Microsoft.ReportingServices.RdlObjectModel.ReportColor * Microsoft.ReportingServices.RdlObjectModel.ReportColor -> bool
Public Shared Operator != (left As ReportColor, right As ReportColor) As Boolean

Parameter

left
ReportColor

Ein ReportColor-Objekt.

right
ReportColor

Ein ReportColor-Objekt.

Gibt zurück

True, wenn die beiden ReportColor-Objekte nicht gleich sind, andernfalls false.

Hinweise

Die entsprechende Methode für diesen Operator ist <xref:Microsoft.ReportingServices.RdlObjectModel.ReportColor.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>

Gilt für: