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