ReportColor.Equality(ReportColor, ReportColor) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
測試兩個 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 物件。
傳回
如果兩個 ReportColor 物件相等則為 True,否則為 false。
備註
這個運算子的對等方法是 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportColor.Equals%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>