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