Click or drag to resize
SemanticVersionEquals Method (SemanticVersion)
Implements IEquatable<SemanticVersion>.Equals. Returns true if the passed in SemanticVersion is equal value wise to this SemanticVersion.

Namespace: semver.tools
Assembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	SemanticVersion other
)

Parameters

other
Type: semver.toolsSemanticVersion

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also