TechTalk Genome v4.2

NullableChar Operators

The operators of the NullableChar structure are listed below. For a complete list of NullableChar structure members, see the NullableChar Members topic.

Public Static Operators

Equality Operator Compares two instances of NullableChar for equivalence.
Explicit NullableString to NullableChar Conversion Converts the specified NullableString parameter to a NullableChar structure.
Explicit NullableChar to Char Conversion Converts a NullableChar to a char.
Greater Than Operator Compares two instances of NullableChar structure to determine if the first is greater than the second.
Greater Than Or Equal Operator Compares two instances of NullableChar structure to determine if the first is greater than or equal to the second.
Implicit Char to NullableChar Conversion Converts the char parameter to a NullableChar structure.
Inequality Operator Compares two instances of NullableChar for equivalence.
Less Than Operator Compares two instances of NullableChar structure to determine if the first is less than or equal to the second.
Less Than Or Equal Operator Compares two instances of NullableChar structure to determine if the first is less than the second.

See Also

NullableChar Class | NullableChar Members | TechTalk.Genome.NullableTypes Namespace