ReportColor.Inequality(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 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 物件。
傳回
若兩個 ReportColor 物件相同,為 True,否則為 false。
備註
這個運算子的對等方法是 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportColor.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>