SemVersion.

Equals(SemVersion) Method

Summary

Checks if two SemVersion objects are equal.
Namespace
Cake.Common
Containing Type
SemVersion

Syntax

public bool Equals(SemVersion other)

Parameters

Name Type Description
other SemVersion the other SemVersion want to test equality to.

Return Value

Type Description
bool A boolean indicating whether the objecst we're equal or not.