Hd.QueryExtensions.WhereClauseCollection.Contains C# (CSharp) Method

Contains() public method

Gets a value indicating whether the contains the specified .
public Contains ( WhereClause val ) : bool
val WhereClause The to locate.
return bool
		public bool Contains(WhereClause val)
		{
			return List.Contains(val);
		}