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