SemanticVersion.

Equals(SemanticVersion) Method

Summary

Returns true when this version is equal to obj.
Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public bool Equals(SemanticVersion obj)

Parameters

Name Type Description
obj SemanticVersion

Return Value

Type Description
bool
GitHub