# File lib/versionomy/schema/wrapper.rb, line 125 def ===(obj_) if obj_.kind_of?(Value) obj_.schema == self else obj_ == self end end