Decimal::Inequality Operator (Decimal, Decimal)
.NET Framework (current version)
Returns a value that indicates whether two Decimal objects have different values.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- d1
-
Type:
System::Decimal
The first value to compare.
- d2
-
Type:
System::Decimal
The second value to compare.
The Inequality method defines the operation of the inequality operator for Decimal values. It enables code such as the following:
If the language you're using doesn't support custom operators, you can test for inequality by using one of the following techniques:
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: