Equals¶
Returns a boolean value indicating whether the specified XPath has the specified value.
1 | |
Returns a boolean value indicating whether the specified XPath has the specified value.
1 | |
Parameters¶
any val
Value to compare.
string xpath
The XPath to evaluate. If not specified, the current node is used.
Remarks¶
Simple comparison¶
1 | |