'宣言 Public Overloads Function Contains( _ ByVal entry As ImageEntry _ ) As Boolean
public bool Contains( ImageEntry entry )
パラメータ
- entry
- ImageEntry to locate in the collection.
戻り値の型
True if the collection contains entry, false otherwise.
'宣言 Public Overloads Function Contains( _ ByVal entry As ImageEntry _ ) As Boolean
public bool Contains( ImageEntry entry )