Operator operator !=
operator !=(FirmwareMetadata, FirmwareMetadata)
Determines whether the values on both sides of the inequality operator are not equal.
public static bool operator !=(FirmwareMetadata lhs, FirmwareMetadata rhs)
Parameters
lhs
FirmwareMetadataThe value on the left-hand side of the operator.
rhs
FirmwareMetadataThe value on the right-hand side of the operator.
Returns
- bool
true if the value on the left-hand side of the operator is not equal to the value on the right-hand side; otherwise, false.