Method: Resolv::LOC::Size#==

Defined in:
lib/resolv.rb

#==(other) ⇒ Object

:nodoc:



3268
3269
3270
# File 'lib/resolv.rb', line 3268

def ==(other) # :nodoc:
  return @scalar == other.scalar
end