Opc.Ua.BindingFactory.Contains C# (CSharp) Méthode

Contains() public méthode

Returns true if a binding exists for the specified schema.
public Contains ( string uriScheme ) : bool
uriScheme string The URI scheme.
Résultat bool
        public virtual bool Contains(string uriScheme)
        { 
            return m_bindings.ContainsKey(uriScheme);
        }