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