Method IsBindingFound
IsBindingFound(string)
Checks if a binding with the specified key is found.
bool IsBindingFound(string key)
Parameters
keystringThe key to check.
Returns
- bool
trueif a binding with the specified key is found; otherwise,false.