Determines whether the collection contains a specific
Section.
'宣言
Public Function Contains( _
ByVal As Section _
) As System.Boolean
public System.bool Contains(
Section
)
パラメータ
- s
- The Section object.
戻り値の型
True if the collection contains specified section; false otherwise.