Method: PyBind::Operator#===

Defined in:
lib/pybind/wrapper/operator.rb

#===(other) ⇒ Object



71
72
73
74
# File 'lib/pybind/wrapper/operator.rb', line 71

def ===(other)
  other = other.to_python
  @pystruct.to_ptr == other.to_ptr
end