xo-object2: + operator==() for DString
This commit is contained in:
parent
11365c95ac
commit
e752e5ae7b
1 changed files with 5 additions and 0 deletions
|
|
@ -245,6 +245,11 @@ namespace xo {
|
|||
|
||||
///@}
|
||||
};
|
||||
|
||||
inline bool operator==(const DString & lhs, const DString & rhs) {
|
||||
return DString::compare(lhs, rhs) == 0;
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue