IEqualityOperators<TSelf,TOther,TResult>.Equality(TSelf, TOther) 演算子

定義

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

public:
 static TResult operator ==(TSelf left, TOther right);
public static abstract TResult operator == (TSelf? left, TOther? right);
static member ( = ) : 'Self * 'Other -> 'Result
Public Shared Operator == (left As TSelf, right As TOther) As TResult

パラメーター

left
TSelf

right比較する値。

right
TOther

left比較する値。

戻り値

TResult

trueleft に等しい場合は right。それ以外の場合は false

適用対象