SizeF.op_Equality

SizeF Equality operator

Tests whether two SizeF structures are equal.

public static bool operator ==(SizeF left, SizeF right)
ParameterTypeDescription
leftSizeFThe SizeF structure on the left side of the equality operator.
rightSizeFThe SizeF structure on the right of the equality operator.

Return Value

This operator returns true if left and right have equal width and height; otherwise, false.

See Also