An NDoc Documented Class Library

UIItem.NameMatches Method 

[Visual Basic]
Overridable Public Function NameMatches( _ 
   ByVal text As String _ 
) _
    Implements IUIItem.NameMatches As Boolean
[C#]
public virtual bool NameMatches(
   string text
);
[C++]
public: virtual bool NameMatches(
   String* text
);
[JScript]
public virtual function NameMatches(
   String text
): bool;

Implements

IUIItem.NameMatches

See Also

UIItem Class | White.Core.UIItems Namespace