module Concurrent::MutableStruct

def ==(other)

Returns:
  • (Boolean) - true if other has the same struct subclass and has
def ==(other)
  synchronize { ns_equality(other) }
end