class OvirtSDK4::Range

def hash


Generates a hash value for this object.
def hash
  super +
  @from.hash +
  @to.hash
end