XPathLibraryCollection.Contains MethodXPathLibraryCollection.Contains MethodXPathLibraryCollection::Contains Method
- XmlPrime 1.3
 - Other Versions ▼
 
            Determines whether the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection contains a specific library.
            
Syntax
Public Function Contains( _ item As XPathFunctionLibrary _ ) As Boolean
public bool Contains( XPathFunctionLibrary item )
public: virtual bool Contains( XPathFunctionLibrary^ item ) sealed
Parameters
- item
 Type: XmlPrime.XPathFunctionLibraryXmlPrime.XPathFunctionLibraryXmlPrime::XPathFunctionLibrary^
The library to locate in the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
            trueTruetrue if item is found in the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection; 
            otherwise, falseFalsefalse.
            
Exceptions
| Exception | Condition | 
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | item is null
    a null reference (Nothing in Visual Basic)
  nullptr. | 
