UInt128.Inequality(UInt128, UInt128) Operator
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.
Compares two values to determine inequality.
public:
static bool operator !=(UInt128 left, UInt128 right) = System::Numerics::IEqualityOperators<UInt128, UInt128, bool>::op_Inequality;
public static bool operator != (UInt128 left, UInt128 right);
static member op_Inequality : UInt128 * UInt128 -> bool
Public Shared Operator != (left As UInt128, right As UInt128) As Boolean
Parameters
- left
- UInt128
The value to compare with right
.
- right
- UInt128
The value to compare with left
.
Returns
true
if left
is not equal to right
; otherwise, false
.
Implements
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.