HashType Enumeration

Named constants to specify the type of hashcode for Char sequences.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
C#
public enum HashType

Members

Ordinal1Ordinal comparison of the characters.
OrdinalIgnoreCase2Ordinal comparison of the characters without taking upper and lower case into account.
AlphaNumericIgnoreCase3Only letters and decimal digits are hashed. The case is not considered.

See Also