Method Equals
Equals(object)
Determines whether the specified object is equal to the current version.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current version.
Returns
- bool
true if the specified object is equal to the current version; otherwise, false.
Equals(HarpVersion)
Determines whether the specified version is equal to the current version.
public bool Equals(HarpVersion other)
Parameters
other
HarpVersionThe version object to compare with the current version.
Returns
- bool
true if the specified version object is equal to the current version; otherwise, false.