CGRect.Equality(CGRect, CGRect) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests whether two CGRect structures have equal location and size.
public static bool operator == (CoreGraphics.CGRect left, CoreGraphics.CGRect right);
static member ( = ) : CoreGraphics.CGRect * CoreGraphics.CGRect -> bool
Parameters
Returns
This operator returns true if the two CGRect structures have equal X, Y, Width, and Height properties.