SemanticVersionEquals Method (SemanticVersion) |
Implements IEquatable<SemanticVersion>.Equals. Returns true if the passed in SemanticVersion is equal value wise to this SemanticVersion.
Namespace: semver.toolsAssembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Equals(
SemanticVersion other
)
Public Function Equals (
other As SemanticVersion
) As Boolean
public:
virtual bool Equals(
SemanticVersion^ other
) sealed
abstract Equals :
other : SemanticVersion -> bool
override Equals :
other : SemanticVersion -> bool
Parameters
- other
- Type: semver.toolsSemanticVersion
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also