class ChunkyPNG::Vector
def eql?(other)
-
(true, false)
- true if the list of points are identical
Parameters:
-
other
(ChunkyPNG::Vector
) -- The vector to compare with.
def eql?(other) other.points == points end
(true, false)
- true if the list of points are identical
other
(ChunkyPNG::Vector
)
-- The vector to compare with.
def eql?(other) other.points == points end