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.
Peforms a value comparison of two rectangles.
public static bool operator != (CoreGraphics.CGRect left, CoreGraphics.CGRect right);
static member op_Inequality : CoreGraphics.CGRect * CoreGraphics.CGRect -> bool