[Visual Basic] Overridable Public Function Matches( _ ByVal type As Type, _ ByVal match As String} _ ) As Boolean [C#] public virtual bool Matches( Type type, String} match ); [C++] public: virtual bool Matches( Type* type, String}* match ); [JScript] public virtual function Matches( Type type, String} match ): bool;