ATMLCommonLibrary.utils.Range.hasFrom C# (CSharp) Method

hasFrom() public method

public hasFrom ( ) : bool
return bool
        public bool hasFrom()
        {
            return from != null;
        }