다음을 통해 공유


IAlternateEqualityComparer<TAlternate,T>.Equals(TAlternate, T) 메서드

정의

지정된 alternate 지정된 other같은지 여부를 확인합니다.

public bool Equals (TAlternate alternate, T other);
abstract member Equals : 'Alternate * 'T -> bool
Public Function Equals (alternate As TAlternate, other As T) As Boolean

매개 변수

alternate
TAlternate

비교할 TAlternate 형식의 인스턴스입니다.

other
T

비교할 T 형식의 인스턴스입니다.

반환

지정된 인스턴스가 같은지 true. 그렇지 않으면 false.

적용 대상