Operator operator ==
operator ==(Size, Size)
Equality Operator
public static bool operator ==(Size sz1, Size sz2)
Parameters
Returns
Remarks
Compares two Size objects. The return value is based on the equivalence of the Width and Height properties of the two Sizes.