Operator operator ==
operator ==(HarpVersion, HarpVersion)
Determines whether the values on both sides of the equality operator are equal.
public static bool operator ==(HarpVersion lhs, HarpVersion rhs)
Parameters
lhs
HarpVersionThe value on the left-hand side of the operator.
rhs
HarpVersionThe value on the right-hand side of the operator.
Returns
- bool
true if the value on the left-hand side of the operator is equal to the value on the right-hand side; otherwise, false.