IEqualityOperators<TSelf,TOther,TResult>.Equality(TSelf, TOther) 연산자

정의

두 값을 비교하여 같음을 확인합니다.

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

가 같으면 /&이고 , 그렇지 않으면 .

적용 대상