omni::extras::operator==
Defined in omni/extras/Version.h
-
inline bool omni::extras::operator==(const SemanticVersion &lhs, const SemanticVersion &rhs)
Equality operator for two semantic versions.
- Parameters
lhs – The first SemanticVersion to compare
rhs – The second SemanticVersion to compare
- Returns
true
iflhs
andrhs
are equal;false
otherwise