Indicates whether the specified System.Guid object is null or an System.Guid.Empty

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static bool IsNullOrEmpty(
	Object g
)
Visual Basic
Public Shared Function IsNullOrEmpty ( 
	g As Object
) As Boolean
Visual C++
public:
static bool IsNullOrEmpty(
	Object^ g
)
F#
static member IsNullOrEmpty : 
        g : Object -> bool 

Parameters

g
Type: System..::..Object
A System.Guid reference.

Return Value

Type: Boolean
true if the value parameter is null or an empty guid; otherwise, false.

See Also