ResourceCandidate.IsMatch Property

Definition

Indicates whether this ResourceCandidate matched the ResourceContext against which it was evaluated.

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

Property Value

Boolean

bool

true if the ResourceCandidate matched the context; otherwise, false.

Applies to