 | AreEqualAreEqualAreEqual |
Compares two specified stringStringString values for equality under this collation.
|
 | Compare (string, int, string, int, int)Compare (String, Integer, String, Integer, Integer)Compare (String^, int, String^, int, int) |
Compares two specified stringStringString objects.
|
 | Compare (string, string)Compare (String, String)Compare (String^, String^) |
Compares two specified stringStringString objects under this collation.
|
  | CultureCollation (CultureInfo)CultureCollation (CultureInfo)CultureCollation (CultureInfo^) |
Creates a new CollationCollationCollation instance which uses a CultureInfoCultureInfoCultureInfo to perform string comparisons.
|
  | CultureCollation (CultureInfo, XmlCaseOrder)CultureCollation (CultureInfo, XmlCaseOrder)CultureCollation (CultureInfo^, XmlCaseOrder) |
Creates a new CollationCollationCollation instance which uses a CultureInfoCultureInfoCultureInfo and XmlCaseOrderXmlCaseOrderXmlCaseOrder
to perform string comparisons.
|
 | EndsWithEndsWithEndsWith |
Returns a boolean value indicating whether one string ends with a specified suffix under this collation.
|
 | Object.EqualsObject.EqualsObject::Equals | Determines whether the specified objectObjectobject is equal to the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.FinalizeObject.FinalizeObject::Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | GetHashCode (string)GetHashCode (String)GetHashCode (String^) |
Gets a hash code for the specified stringStringString under this collation.
|
 | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode | Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | GetSortKeyGetSortKeyGetSortKey |
Gets the sort key for the specified stringStringString as a byte array under this collation.
|
 | Object.GetTypeObject.GetTypeObject::GetType | Gets the type of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | IndexOfIndexOfIndexOf |
Returns the index of the first occurrence of a stringStringString within another stringStringString
under this collation.
|
 | IsEmptyIsEmptyIsEmpty |
Returns a boolean value indicating whether a stringStringString is equal to the empty string under this
collation.
|
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone | Creates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | StartsWithStartsWithStartsWith |
Returns a boolean value indicating whether one string starts with a specified prefix under this collation.
|
 | SubstringAfterSubstringAfterSubstringAfter |
Returns the substring of a stringStringString that follows the first occurrence of the specified substring
under this collation.
|
 | SubstringBeforeSubstringBeforeSubstringBefore |
Returns the substring of a stringStringString that precedes the first occurrence of the the specified
substring.
|
 | Object.ToStringObject.ToStringObject::ToString | Returns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |