SwfDotNet.IO.Tags.BaseTagCollection.Contains C# (CSharp) Méthode

Contains() public méthode

Test if list contain a base tag
public Contains ( BaseTag value ) : bool
value BaseTag base tag
Résultat bool
        public bool Contains(BaseTag value)
        {
            return List.Contains(value as object);
        }