# File lib/less/engine/nodes/property.rb, line 50 def eql? other self == other and value.eql? other.value end