CGAffineTransform.Equality(CGAffineTransform, CGAffineTransform) 运算符

定义

运算符重载,比较两个仿射值。

public static bool operator == (CoreGraphics.CGAffineTransform lhs, CoreGraphics.CGAffineTransform rhs);
static member ( = ) : CoreGraphics.CGAffineTransform * CoreGraphics.CGAffineTransform -> bool

参数

lhs
CGAffineTransform

左侧仿射。

rhs
CGAffineTransform

右侧仿射。

返回

true 如果仿射相同,则为 。

适用于