Language

ReportSize.LessThan(ReportSize, ReportSize) Operator

定義

最初のサイズが2番目のサイズより小さいかどうかをテストします。

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

2 番目の ReportSize

返品

True 最初のサイズが2番目のサイズより小さい場合、それ以外は false

注釈

この演算子の同等のメソッドは次のようになります。 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>

適用対象