CGAffineTransform.Equality(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.
Operator overload, compares two affines.
public static bool operator == (CoreGraphics.CGAffineTransform lhs, CoreGraphics.CGAffineTransform rhs);
static member ( = ) : CoreGraphics.CGAffineTransform * CoreGraphics.CGAffineTransform -> bool
Parameters
Left hand side affine.
Right hand side affine.
Returns
true
if the affines are identical.