Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1.
    
    
		Syntax
		public virtual bool Remove(MemberMap item)
		Parameters
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
				
						
							| item | 
							MemberMap | 
							The object to remove from the System.Collections.Generic.ICollection`1.
                     | 
						
				
			
		 
		Return Value
		
			
				
					
						| Type | 
						Description | 
					
				
				
					
						| bool | 
						
    true if item was successfully removed from the System.Collections.Generic.ICollection`1; otherwise, false. This method also returns false if item is not found in the original System.Collections.Generic.ICollection`1.
     |