module WindowsCOM::FFIStructMemoryEquality
Public Instance Methods
==(other)
click to toggle source
# File lib/windows_com/common.rb, line 33 def ==(other) WindowsCOM.windows_com_memcmp(self, other, self.size) == 0 end