バージョン

比較演算子(より小さい) オペレータ (Extent)

2 つの Extent 構造体の基準値を比較します。
シンタックス
'宣言
 
Public Operator <( _
   ByVal extent As Extent, _
   ByVal other As Extent _
) As Boolean
public bool operator <( 
   Extent extent,
   Extent other
)

パラメータ

extent
1 つの構造
other
他の構造

戻り値の型

範囲が他より小さい場合 true。
参照