# File lib/ri_cal/property_value/duration.rb, line 89 def ==(other) other.kind_of?(PropertyValue::Duration) && value == other.value end