EntitySet<TEntity>.Contains Method
Include Protected Members
Include Inherited Members
Indicates whether a specified object is in the EntitySet<TEntity>.
Overload List
Name | Description | |
---|---|---|
Contains(Object) | Indicates whether a specified object is in the EntitySet<TEntity>. | |
Contains(TEntity) | Indicates whether a specified entity is in the EntitySet<TEntity>. |
Top