ResourceCandidate.IsMatch 属性

定义

指示此 ResourceCandidate 是否与计算它的 ResourceContext 匹配。

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

属性值

Boolean

bool

true 如果 ResourceCandidate 与上下文匹配,则为 ;否则为 false

适用于