Share via


DLStringComparer members

Include protected members
Include inherited members

This class and its members are reserved for internal use and are not intended to be used in your code. Represents a distribution list string comparison operation that uses specific case and culture-based or ordinal comparison rules.

The DLStringComparer type exposes the following members.

Methods

  Name Description
Public method Compare(Object, Object) (Inherited from StringComparer.)
Public method Compare(String, String) This member is reserved for internal use and is not intended to be used directly from your code.Compares two distribution list strings and returns an indication of their relative sort order. (Overrides StringComparer.Compare(String, String).)
Public method Equals(Object) (Inherited from Object.)
Public method Equals(Object, Object) (Inherited from StringComparer.)
Public method Equals(String, String) This member is reserved for internal use and is not intended to be used directly from your code.Indicates whether the two distribution list strings are equal. (Overrides StringComparer.Equals(String, String).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetHashCode(Object) (Inherited from StringComparer.)
Public method GetHashCode(String) This member is reserved for internal use and is not intended to be used directly from your code. Gets the hash code for the distribution list string. (Overrides StringComparer.GetHashCode(String).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected fieldStatic member CompareLength This member is reserved for internal use and is not intended to be used directly from your code. Specifies that the length used to generate the hash code for distribution list string comparison is 30 characters.

Top

See also

Reference

DLStringComparer class

Microsoft.Office.Server.WebControls namespace