In This Topic
            
            
            Determines whether the collection contains the object with the specified OID
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Overridable Function Contains( _
   ByVal  As OID _
) As Boolean
             
        
            
            public virtual bool Contains( 
   OID 
)
             
        
             
        
            Parameters
- targetOID
 
- The OID to check for
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also