Method: XDo::Window#==

Defined in:
lib/x_do/window.rb

#==(other) ⇒ Object

:nodoc: underlying window handle should impact equality



184
185
186
# File 'lib/x_do/window.rb', line 184

def ==(other)
  other.kind_of?(XDo::Window) && @_window == other._window
end