WebDisplayNameAttribute.IsDefaultAttribute 方法

定义

确定当前实例是否设置为默认值。Determines whether the current instance is set to the default value.

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

返回

Boolean

如果 WebDisplayNameAttribute 等于 Default,则为 true;否则为 falsetrue if the WebDisplayNameAttribute equals Default; otherwise, false.

适用于