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