module Alexandria::EventOverrides

Public Instance Methods

==(other) click to toggle source
# File lib/alexandria/ui/multi_drag_treeview.rb, line 9
def ==(other)
  other.is_a?(self.class) &&
    (time == other.time) && (x == other.x) && (y == other.y) &&
    (button == other.button)
end