UInt128.Inequality(UInt128, UInt128) 运算符

定义

比较两个值以确定不相等性。

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

参数

left
UInt128

要与 right进行比较的值。

right
UInt128

要与 left进行比较的值。

返回

如果 true 不等于 left,则为 right;否则为 false

实现

适用于