ReportColor.Equality(ReportColor, ReportColor) 運算子

定義

測試兩個 ReportColor 物件是否相等。

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

參數

left
ReportColor

ReportColor 物件。

right
ReportColor

ReportColor 物件。

傳回

Boolean

如果兩個 ReportColor 物件相等則為 True,否則為 false

備註

這個運算子的對等方法是 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportColor.Equals%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>

適用於