Novell.Directory.Ldap.LdapAttributeSet.IsEmpty C# (CSharp) Method

IsEmpty() public method

Returns true if this set contains no elements
public IsEmpty ( ) : bool
return bool
        public override bool IsEmpty()
        {
            return (this.map.Count == 0);
        }