TechTalk Genome v4.2

NullableString.CompareOrdinal Method

Compares substrings of the two specified NullableString structures ,without considering the local national language or culture.

Overload List

Compares substrings of the two specified NullableString structures ,without considering the local national language or culture.

public static int CompareOrdinal(NullableString,int,NullableString,int,int);

Compares two specified NullableString structures without considering the local national language or culture.

public static int CompareOrdinal(NullableString,NullableString);

See Also

NullableString Class | TechTalk.Genome.NullableTypes Namespace