ModelCollationComparer Methods
Updated: April 20, 2017
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Compare(IList<String^>^, IList<String^>^) | Compares two objects using collation of this comparer. |
![]() | Compare(ObjectIdentifier^, ObjectIdentifier^) | Compares two objects using collation of this comparer. |
![]() | Compare(String^, String^) | Compares two objects using collation of this comparer. |
![]() | Equals(IList<String^>^, IList<String^>^) | Tests if two identifiers are equal using collation of this comparer. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Equals(ObjectIdentifier^, ObjectIdentifier^) | Tests if two identifiers are equal using collation of this comparer. |
![]() | Equals(String^, String^) | Compares if two objects are equal. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHashCode(IList<String^>^) | Gets a Hashcode for the object that's compatible with the Equals method of this comparer. |
![]() | GetHashCode(ObjectIdentifier^) | Gets a Hashcode for the object that's compatible with the Equals method of this comparer. |
![]() | GetHashCode(String^) | Gets a Hashcode for the object that's compatible with the Equals method of this comparer. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |

