SourceGrid.CellContext.IsEmpty C# (CSharp) Method

IsEmpty() public method

Returns true if the current struct is empty
public IsEmpty ( ) : bool
return bool
        public bool IsEmpty()
        {
            return this.Equals(Empty);
        }