CGAffineTransform.Inequality(CGAffineTransform, CGAffineTransform) 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.
Compares affines for inequality.
public static bool operator != (CoreGraphics.CGAffineTransform lhs, CoreGraphics.CGAffineTransform rhs);
static member op_Inequality : CoreGraphics.CGAffineTransform * CoreGraphics.CGAffineTransform -> bool
Parameters
Left hand side affine.
Right hand side affine.
Returns
true
if the affines are different.