[Visual Basic] Overridable Protected Function DoesntContain( _ ByVal rect As Rect, _ ByVal otherStart As Double, _ ByVal otherEnd As Double _ ) As Boolean [C#] protected virtual bool DoesntContain( Rect rect, double otherStart, double otherEnd ); [C++] protected: virtual bool DoesntContain( Rect rect, double otherStart, double otherEnd ); [JScript] protected virtual function DoesntContain( Rect rect, double otherStart, double otherEnd ): bool;