ModelCollationComparer.Equals 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| Equals(ObjectIdentifier, ObjectIdentifier) |
이 비교자의 데이터 정렬을 사용하여 두 식별자가 같은지 테스트합니다. |
| Equals(IList<String>, IList<String>) |
이 비교자의 데이터 정렬을 사용하여 두 식별자가 같은지 테스트합니다. |
| Equals(String, String) |
두 개체가 같은지 비교합니다. |
Equals(ObjectIdentifier, ObjectIdentifier)
이 비교자의 데이터 정렬을 사용하여 두 식별자가 같은지 테스트합니다.
public abstract bool Equals(Microsoft.SqlServer.Dac.Model.ObjectIdentifier x, Microsoft.SqlServer.Dac.Model.ObjectIdentifier y);
override this.Equals : Microsoft.SqlServer.Dac.Model.ObjectIdentifier * Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> bool
Public MustOverride Function Equals (x As ObjectIdentifier, y As ObjectIdentifier) As Boolean
매개 변수
첫 번째 ObjectIdentifier.
두 번째 ObjectIdentifier.
반품
구현
적용 대상
Equals(IList<String>, IList<String>)
이 비교자의 데이터 정렬을 사용하여 두 식별자가 같은지 테스트합니다.
public abstract bool Equals(System.Collections.Generic.IList<string> x, System.Collections.Generic.IList<string> y);
override this.Equals : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> bool
Public MustOverride Function Equals (x As IList(Of String), y As IList(Of String)) As Boolean