Description
Determines whether a context with the specified name exists in the collection.
Visual Basic
Public Function HasContext( context As ObjectContext ) As bool
C#
public bool HasContext( ObjectContext context );
Parameters
Parameters | Description |
---|---|
ObjectContext context | The context to check for. |