Int128.Equality(Int128, Int128) Operator

定義

2 つの値を比較して等価性を判断します。

public:
 static bool operator ==(Int128 left, Int128 right) = System::Numerics::IEqualityOperators<Int128, Int128, bool>::op_Equality;
public static bool operator ==(Int128 left, Int128 right);
static member ( = ) : Int128 * Int128 -> bool
Public Shared Operator == (left As Int128, right As Int128) As Boolean

パラメーター

left
Int128

rightと比較する値。

right
Int128

leftと比較する値。

返品

true leftrightと等しい場合は ɳ。それ以外の場合はfalse

実装

適用対象