ModelCollationComparer.Equals 메서드

정의

오버로드

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

매개 변수

반품

구현

적용 대상

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

매개 변수

x
IList<String>

첫 번째 식별자의 이름 부분 목록입니다.

y
IList<String>

두 번째 식별자의 이름 부분 목록입니다.

반품

구현

적용 대상

Equals(String, String)

두 개체가 같은지 비교합니다.

public abstract bool Equals(string x, string y);
override this.Equals : string * string -> bool
Public MustOverride Function Equals (x As String, y As String) As Boolean

매개 변수

x
String

원본 개체입니다.

y
String

대상 개체입니다.

반품

true이면 같고, 그렇지 않으면 false입니다.

구현

적용 대상