Vocabularyxml.dataInputsOutputsWord descriptionChecks to see if the two names match, that is, if all fields are equal, ignoring fields whose value is f in either name.
USING: prettyprint xml.data ;
T{ name f "rpc" "methodCall" f } T{ name f f "methodCall" "http://www.xmlrpc.org/" } names-match? .
t
See alsonameDefinition