Assert.AreEqual Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AreEqual(Double, Nullable<Double>, Double, String, Object[])
AreEqual(Double, Double, Double, String, Object[])
AreEqual(UInt64, UInt64, String, Object[])
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void AreEqual(ulong expected, ulong actual, string message, params object[] args);
static member AreEqual : uint64 * uint64 * string * obj[] -> unit
Parameters
- expected
- UInt64
- actual
- UInt64
- message
- String
- args
- Object[]
- Attributes
Applies to
AreEqual(UInt32, UInt32, String, Object[])
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void AreEqual(uint expected, uint actual, string message, params object[] args);
static member AreEqual : uint32 * uint32 * string * obj[] -> unit
Parameters
- expected
- UInt32
- actual
- UInt32
- message
- String
- args
- Object[]
- Attributes