Freigeben über


ReportColor.Equality(ReportColor, ReportColor) Betreiber

Definition

Überprüft die Gleichheit 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 ( = ) : 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 gleich sind, andernfalls false.

Hinweise

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

Gilt für: