ReportColor.Inequality(ReportColor, ReportColor) Operator

Definition

Tests the inequality of two ReportColor objects.

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

Parameters

left
ReportColor

A ReportColor object.

right
ReportColor

A ReportColor object.

Returns

True if the two ReportColor objects are not equal; otherwise, false.

Remarks

The equivalent method for this operator is <xref:Microsoft.ReportingServices.RdlObjectModel.ReportColor.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>

Applies to