Method Equals
Equals(object)
Determines whether the specified object is equal to the current metadata.
public override bool Equals(object obj)
Parameters
objobjectThe 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
otherFirmwareMetadataThe metadata object to compare with the current metadata.
Returns
- bool
true if the specified metadata object is equal to the current metadata; otherwise, false.