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