SupportClass.SetSupport.IsEmpty C# (CSharp) Method

IsEmpty() public method

Verifies if the collection is empty.
public IsEmpty ( ) : bool
return bool
        public virtual bool IsEmpty()
        {
            return (this.Count == 0);
        }