ModelCollationComparer.Compare Method
Include Protected Members
Include Inherited Members
Compares two specified objects and returns an integer that indicates their relationship to each other in the sort order.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Compare(IList<String>, IList<String>) | Compares two specified lists of String objects and returns an integer that indicates their relationship to each other in the sort order. | |
Compare(String, String) | Compares two specified String objects and returns an integer that indicates their relationship to each other in the sort order. | |
Compare(ModelIdentifier, ModelIdentifier) | Compares two specified ModelIdentifier objects and returns an integer that indicates their relationship to each other in the sort order. |
Top