System.Nullable: Method Members

The methods of System.Nullable are listed below. For a list of all members, see the Nullable Members list.

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.