Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Assert.AreNotEqual

Switch to Manual
public static function AreNotEqual(expected: T, actual: T): void;
public static function AreNotEqual(expected: T, actual: T, message: string): void;
public static function AreNotEqual(expected: T, actual: T, message: string, comparer: IEqualityComparer<T>): void;

Parameters

Description

Asserts that the values are not equal.