Method: Jsapi::Meta::Existence#==

Defined in:
lib/jsapi/meta/existence.rb

#==(other) ⇒ Object

:nodoc:



53
54
55
# File 'lib/jsapi/meta/existence.rb', line 53

def ==(other) # :nodoc:
  other.is_a?(Existence) && level == other.level
end