class Proj::Api::PJ_COORD
Public Instance Methods
==(other)
click to toggle source
# File lib/api/api_5_0.rb, line 150 def ==(other) self.eql?(other) end
eql?(other)
click to toggle source
# File lib/api/api_5_0.rb, line 143 def eql?(other) self[:v][0] == other[:v][0] && self[:v][1] == other[:v][1] && self[:v][2] == other[:v][2] && self[:v][3] == other[:v][3] end