Sql.Net Class Library Documentation

UpdateTermCollection.Contains Method 

Determines whether a specfic UpdateTerm value is in this UpdateTermCollection.

public virtual bool Contains(
   UpdateTerm value
);

Parameters

value
The UpdateTerm value to locate in this UpdateTermCollection.

Return Value

true if value is found in this UpdateTermCollection; false otherwise.

See Also

UpdateTermCollection Class | Reeb.SqlOM Namespace