Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::DOMStringNotEqualsFunction Struct Reference

Not equals functor for DOMStrings. More...

#include <xalanc/XalanDOM/XalanDOMString.hpp>

Public Member Functions

bool operator() (const XalanDOMString &theLHS, const XalanDOMString &theRHS) const
 

Detailed Description

Not equals functor for DOMStrings.

Parameters
theLHSfirst string to compare
theRHSsecond string to compare
Returns
true if the contents of both strings are identical

Definition at line 913 of file XalanDOMString.hpp.

Member Function Documentation

◆ operator()()

bool xalanc::DOMStringNotEqualsFunction::operator() ( const XalanDOMString theLHS,
const XalanDOMString theRHS 
) const
inline

Definition at line 916 of file XalanDOMString.hpp.

References xalanc::equals().


The documentation for this struct was generated from the following file: