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