ModelCollationComparer.Equals Method
Include Protected Members
Include Inherited Members
Indicates whether two provided objects are equal.
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 | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Equals(IList<String>, IList<String>) | Indicates whether two provided lists of type string are equal. | |
Equals(String, String) | Indicates whether two strings are equal. | |
Equals(ModelIdentifier, ModelIdentifier) | Indicates whether two provided identifiers are equal. |
Top