class Athena::Validator::Constraints::NotEqualTo::Validator inherits Athena::Validator::Constraints::ComparisonValidator # Methods# #compare_values(actual : _, expected : _) : Bool# Returns true if the provided actual and expected values are compatible, otherwise false. #error_code : String# Returns the expected error code for self.