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 개체입니다.

반환

ReportColor 개체가 같지 않으면 True이고, 그렇지 않으면 false입니다.

설명

이 연산자에 대 한 해당 메서드는 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportColor.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportColor%2CMicrosoft.ReportingServices.RdlObjectModel.ReportColor%29?displayProperty=fullName>

적용 대상