Test whether the first size is less than the second size.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Shared Operator < ( _
left As ReportSize, _
right As ReportSize _
) As Boolean
用法
Dim left As ReportSize
Dim right As ReportSize
Dim returnValue As Boolean
returnValue = (left < right)
public static bool operator <(
ReportSize left,
ReportSize right
)
public:
static bool operator <(
ReportSize left,
ReportSize right
)
static let inline(<)
left:ReportSize *
right:ReportSize : bool
JScript 支持使用重载的运算符,但不支持声明新重载运算符。
参数
- left
类型:Microsoft.ReportingServices.RdlObjectModel.ReportSize
The first ReportSize.
- right
类型:Microsoft.ReportingServices.RdlObjectModel.ReportSize
The second ReportSize.
返回值
类型:System.Boolean
True if the first size if less than the second size; otherwise, false.