Asserts that two decimals 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
- Decimal
The expected object
- actual
- Decimal
The actual object
- message
- String
The message to be displayed when the two objects are the same object.
- args
- array<Object>[]()[]
Arguments to be used in formatting the message
See Also
Assert Class
MbUnit.Framework Namespace