Asserts that two doubles are not equal. If they are equal
an AssertionException is thrown.
Namespace: MbUnit.Framework
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- expected
- Double
The expected object
- actual
- Double
The actual object
- message
- String
The message to be displayed when the objects are the same
See Also
Assert Class
MbUnit.Framework Namespace