Table of Contents

Method IsBindingFound

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

IsBindingFound(string)

Checks if a binding with the specified key is found.

public bool IsBindingFound(string key)

Parameters

key string

The key to check.

Returns

bool

True if a binding with the specified key is found; otherwise, false.