SemanticVersion.

Equals(object) Method

Summary

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

Syntax

public override bool Equals(object obj)

Parameters

Name Type Description
obj object

Return Value

Type Description
bool
GitHub