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

IsDefaultAttribute() public méthode

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