GreaterThan 演算子
1 つ目のサイズが 2 つ目のサイズより大きいかどうかをテストします。
名前空間: 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
1 つ目の ReportSize です。
- right
型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
2 つ目の ReportSize です。
戻り値
型: System. . :: . .Boolean
Boolean 値です。