ReportColor.Inequality(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 op_Inequality : 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.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>

適用於