- HashableString <STRING>
- EqString <STRING>
- OrdString <STRING>
- OrdinalIgnoreCase <STRING>
- Ordinal <STRING>
- CultureIgnoreCase <STRING>
- Culture <STRING>
- InvariantIgnoreCase <STRING>
- InvariantCulture <STRING>
- StringM (string Value)
- StringOrdinalM (string Value)
- StringOrdinalIgnoreCaseM (string Value)
- StringCultureM (string Value)
- StringCultureIgnoreCaseM (string Value)
- StringInvariantM (string Value)
- StringInvariantIgnoreCaseM (string Value)
- StringM <SELF>
interface HashableString <STRING> Source #
where
STRING :
HashableString<STRING>,
DomainType<STRING, string>
property StringComparison Comparison Source #
interface OrdinalIgnoreCase <STRING> Source #
where
STRING :
OrdinalIgnoreCase<STRING>,
DomainType<STRING, string>
interface CultureIgnoreCase <STRING> Source #
where
STRING :
CultureIgnoreCase<STRING>,
DomainType<STRING, string>
interface InvariantIgnoreCase <STRING> Source #
where
STRING :
InvariantIgnoreCase<STRING>,
DomainType<STRING, string>
interface InvariantCulture <STRING> Source #
where
STRING :
InvariantCulture<STRING>,
DomainType<STRING, string>
record StringM (string Value) Source #
Simple wrapper around String
param | Value | Contained value |
property StringComparison Comparison Source #
record StringOrdinalIgnoreCaseM (string Value) Source #
property StringComparison Comparison Source #
record StringCultureIgnoreCaseM (string Value) Source #
property StringComparison Comparison Source #
record StringInvariantIgnoreCaseM (string Value) Source #
property StringComparison Comparison Source #