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