バージョン

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

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

パラメータ

span
1 つの構造
other
他の構造

戻り値の型

範囲が他の範囲より狭い場合は true。
参照