Method: Chronicle::Schema::SchemaType#==

Defined in:
lib/chronicle/schema/schema_type.rb

#==(other) ⇒ Object



59
60
61
# File 'lib/chronicle/schema/schema_type.rb', line 59

def ==(other)
  id == other.id
end