System.Attribute.Attribute.IsDefaultAttribute C# (CSharp) Method

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool
		public virtual bool IsDefaultAttribute ()
		{
			// Derived classes should override this default behaviour as appropriate
			return false;
		}