Method: LHS::Data::Equality#==

Defined in:
lib/lhs/concerns/data/equality.rb

#==(other) ⇒ Object



8
9
10
# File 'lib/lhs/concerns/data/equality.rb', line 8

def ==(other)
  _raw == other.try(:_raw)
end