ModelCollationComparer Methods

 

Updated: April 20, 2017

Namespace:   Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

NameDescription
System_CAPS_pubmethodCompare(IList<String^>^, IList<String^>^)

Compares two objects using collation of this comparer.

System_CAPS_pubmethodCompare(ObjectIdentifier^, ObjectIdentifier^)

Compares two objects using collation of this comparer.

System_CAPS_pubmethodCompare(String^, String^)

Compares two objects using collation of this comparer.

System_CAPS_pubmethodEquals(IList<String^>^, IList<String^>^)

Tests if two identifiers are equal using collation of this comparer.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodEquals(ObjectIdentifier^, ObjectIdentifier^)

Tests if two identifiers are equal using collation of this comparer.

System_CAPS_pubmethodEquals(String^, String^)

Compares if two objects are equal.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode(IList<String^>^)

Gets a Hashcode for the object that's compatible with the Equals method of this comparer.

System_CAPS_pubmethodGetHashCode(ObjectIdentifier^)

Gets a Hashcode for the object that's compatible with the Equals method of this comparer.

System_CAPS_pubmethodGetHashCode(String^)

Gets a Hashcode for the object that's compatible with the Equals method of this comparer.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: