Table of Contents

Method Equals

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Equals(object)

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

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current metadata.

Returns

bool

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

Equals(FirmwareMetadata)

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

public bool Equals(FirmwareMetadata other)

Parameters

other FirmwareMetadata

The metadata object to compare with the current metadata.

Returns

bool

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