module Concurrent::Synchronization::AbstractStruct

def ns_equality(other)

@!visibility private

@!macro struct_equality
def ns_equality(other)
  self.class == other.class && self.values == other.values
end