Sql.Net Class Library Documentation

CaseTermCollection.Contains Method 

Determines whether a specfic CaseTerm value is in this CaseTermCollection.

public virtual bool Contains(
   CaseTerm value
);

Parameters

value
The CaseTerm value to locate in this CaseTermCollection.

Return Value

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

See Also

CaseTermCollection Class | Reeb.SqlOM Namespace