/// <summary>
		/// Returns <code>true</code> if the specified <code>TextHitInfo</code>
		/// has the same <code>charIndex</code> and <code>isLeadingEdge</code>
		/// as this <code>TextHitInfo</code>.
		/// </summary>
		public  bool equals(TextHitInfo @hitInfo)
		{
			return default(bool);
		}
		/// <summary>
		/// Constructs an <code>InputMethodEvent</code> with the
		/// specified source component, type, caret, and visiblePosition.
		/// </summary>
		public InputMethodEvent(Component @source, int @id, TextHitInfo @caret, TextHitInfo @visiblePosition)
		{
		}
 /// <summary>
 /// Returns <code>true</code> if the specified <code>TextHitInfo</code>
 /// has the same <code>charIndex</code> and <code>isLeadingEdge</code>
 /// as this <code>TextHitInfo</code>.
 /// </summary>
 public bool equals(TextHitInfo @hitInfo)
 {
     return(default(bool));
 }
		/// <summary>
		/// Constructs an <code>InputMethodEvent</code> with the specified
		/// source component, type, time, text, caret, and visiblePosition.
		/// </summary>
		public InputMethodEvent(Component @source, int @id, long @when, AttributedCharacterIterator @text, int @committedCharacterCount, TextHitInfo @caret, TextHitInfo @visiblePosition)
		{
		}