Table of Contents

Method Equals

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Equals(object)

Determines whether the specified object is equal to the current version.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current version.

Returns

bool

true if the specified object is equal to the current version; otherwise, false.

Equals(HarpVersion)

Determines whether the specified version is equal to the current version.

public bool Equals(HarpVersion other)

Parameters

other HarpVersion

The version object to compare with the current version.

Returns

bool

true if the specified version object is equal to the current version; otherwise, false.