# File lib/inline_acceleration.rb, line 469 def ==(other) (other.is_a? Pointer) && Inline::C.internal_c_functions_module.C_Pointer_equals(self.memory_address, other.memory_address) end