class ChefCLI::Policyfile::UndoRecord
def ==(other)
def ==(other) other.is_a?(UndoRecord) && other.policy_groups == policy_groups && other.policy_revisions == policy_revisions end
def ==(other) other.is_a?(UndoRecord) && other.policy_groups == policy_groups && other.policy_revisions == policy_revisions end