System.Nullable public static class Nullable Documentation Code public static int Compare<T>(T? n1, T? n2) where T : struct public static bool Equals<T>(T? n1, T? n2) where T : struct public static Type GetUnderlyingType(Type nullableType)