# File lib/grape_entity/exposure/represent_exposure.rb, line 17 def ==(other) super && @using_class_name == other.using_class_name && @subexposure == other.subexposure end