ATMLCommonLibrary.controls.limit.LimitSimpleControl.HasValue C# (CSharp) Method

HasValue() public method

public HasValue ( ) : bool
return bool
        public bool HasValue()
        {
            return _limit != null;
        }