ResourceCandidate.IsMatchAsDefault Property

Definition

Indicates whether this ResourceCandidate matched the ResourceContext against which it was evaluated as a result of being a true match, a default fallback value, or a mixed match with default fallback (that is, a match in relation to some qualifiers but using default fallback values for other qualifiers).

public:
 property bool IsMatchAsDefault { bool get(); };
bool IsMatchAsDefault();
public bool IsMatchAsDefault { get; }
var boolean = resourceCandidate.isMatchAsDefault;
Public ReadOnly Property IsMatchAsDefault As Boolean

Property Value

Boolean

bool

true if this candidate is an acceptable default fallback value; otherwise, false.

Applies to