ResourceCandidate.IsMatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.