Method: IceGrid::NodeDynamicInfo#eql?

Defined in:
lib/IceGrid/Admin.rb

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


865
866
867
# File 'lib/IceGrid/Admin.rb', line 865

def eql?(other)
    return other.class == self.class && other == self
end