System.ComponentModel.ListBindableAttribute.IsDefaultAttribute C# (CSharp) Method

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool
        public override bool IsDefaultAttribute() {
            return (this.Equals(Default) || isDefault);
        }
    }