TechTalk Genome v4.2

NullableGuid Methods

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

Public Static Methods

Equals Compares two NullableGuid structures to determine if they are equivalent.
GreaterThan Compares two instances of NullableGuid structure to determine if the first is greater than the second.
GreaterThanOrEqual Compares two instances of NullableGuid structure to determine if the first is greater than or equal to the second.
LessThan Compares two instances of NullableGuid structure to determine if the first is less than or equal to the second.
LessThanOrEqual Compares two instances of NullableGuid structure to determine if the first is less than the second.
NotEquals Compares two NullableGuid structures to determine if they are not equivalent.
Parse Converts the specified string representation of a logical value to its NullableGuid equivalent.

Public Instance Methods

CompareTo Compares this NullableGuid structure to a specified object and returns an indication of their relative values.
EqualsOverloaded. Compares two NullableGuid structures to determine if they are equivalent.
GetHashCode Returns the hash code for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
GetTypeCode Returns the TypeCode for value type NullableString.
ToByteArray Returns a 16-element byte array that contains the value of the GUID.
ToNullableString Converts this NullableGuid structure to a NullableString structure.
ToString Converts this NullableGuid structure to a string.

Protected Instance Methods

Finalize (inherited from Object)Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current object.

Explicit Interface Implementations

IXmlSerializable.GetSchema
IXmlSerializable.ReadXml
IXmlSerializable.WriteXml

See Also

NullableGuid Class | TechTalk.Genome.NullableTypes Namespace