[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;