An NDoc Documented Class Library

IUIItem.NameMatches Method 

[Visual Basic]
Function NameMatches( _ 
   ByVal text As String _ 
) As Boolean
[C#]
bool NameMatches(
   string text
);
[C++]
bool NameMatches(
   String* text
);
[JScript]
function NameMatches(
   String text
): bool;

See Also

IUIItem Interface | White.Core.UIItems Namespace