[Visual Basic] Overridable Public Function IsRepeatEvent( _ ByVal otherEvent As UserEvent _ ) As Boolean [C#] public virtual bool IsRepeatEvent( UserEvent otherEvent ); [C++] public: virtual bool IsRepeatEvent( UserEvent* otherEvent ); [JScript] public virtual function IsRepeatEvent( UserEvent otherEvent ): bool;