System.ComponentModel.ListBindableAttribute.IsDefaultAttribute C# (CSharp) Méthode

IsDefaultAttribute() public méthode

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