Share via


ReportSize.LessThan(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 ( < ) : 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>

적용 대상