TechTalk Genome v4.2

NullableGuid Operators

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

Public Static Operators

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

See Also

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