MathRect Equality operator

Test whether two specified MathRect structures are equivalent.

public static bool operator ==(MathRect left, MathRect right)
parameter description
left The MathRect that is to the left of the equality operator.
right The MathRect that is to the right of the equality operator.

Return Value

true if the two MathRect structures are equivalent; otherwise, false.

See Also