[]
        
(Showing Draft Content)

C1.WPF.Input.C1TagEditor.ContainsTag

ContainsTag Method

ContainsTag(string)

Determines whether specified text already exists in tags collection.

Declaration
public bool ContainsTag(string text)
Parameters
Type Name Description
string text

The string to search for.

Returns
Type Description
bool

Return true if such tag already exists; False otherwise.