Operator operator !=
operator !=(ImageBitsFormat, ImageBitsFormat)
Tests whether two specified ImageBitsFormat structures are not equivalent.
public static bool operator !=(ImageBitsFormat left, ImageBitsFormat right)
Parameters
left
ImageBitsFormatThe ImageBitsFormat that is to the left of the equality operator.
right
ImageBitsFormatThe ImageBitsFormat that is to the right of the equality operator.
Returns
- bool
true
if the two ImageBitsFormat structures are not equal; otherwise,false
.