module Gio::Icon
Public Instance Methods
Source
# File lib/gio2/icon.rb, line 19 def eql?(other) other.is_a?(self.class) and hash == other.hash end
# File lib/gio2/icon.rb, line 19 def eql?(other) other.is_a?(self.class) and hash == other.hash end