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