다음을 통해 공유


ReportSize.Inequality(ReportSize, ReportSize) 연산자

정의

두 크기가 같지 않은지 검사합니다.

public:
 static bool operator !=(Microsoft::ReportingServices::RdlObjectModel::ReportSize left, Microsoft::ReportingServices::RdlObjectModel::ReportSize right);
public static bool operator != (Microsoft.ReportingServices.RdlObjectModel.ReportSize left, Microsoft.ReportingServices.RdlObjectModel.ReportSize right);
static member op_Inequality : Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> bool
Public Shared Operator != (left As ReportSize, right As ReportSize) As Boolean

매개 변수

left
ReportSize

첫 번째 ReportSize입니다.

right
ReportSize

두 번째 ReportSize입니다.

반환

두 크기가 같지 않으면 True이고, 그렇지 않으면 false입니다.

설명

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

적용 대상