'DeclarationPublic Function IsEmpty() As Boolean
'UsageDim instance As MonthlySafeHarborCdType Dim value As Boolean value = instance.IsEmpty()
public bool IsEmpty()
public function IsEmpty(): Boolean;
public function IsEmpty() : boolean;
public: bool IsEmpty();
public: bool IsEmpty();
Return Value
true if this instance is empty; otherwise, false.