module Gio::Icon

Public Instance Methods

eql?(other) click to toggle source
# File lib/gio2/icon.rb, line 19
def eql?(other)
  other.is_a?(self.class) and
    hash == other.hash
end