バージョン

比較演算子(以下) オペレータ

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。
参照