System.Nullable Members

The members of System.Nullable are listed below.

See Also: Inherited members from System.Object

Public Methods

static
Compare<T>(Nullable<T>, Nullable<T>) : int

Compares the relative values of two Nullable`1 objects.

static
Equals<T>(Nullable<T>, Nullable<T>) : bool

Indicates whether two specified Nullable`1 objects are equal.

static
GetUnderlyingType(Type) : Type

Returns the underlying type argument of the specified nullable type.