共用方式為


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 如果相依性相同,則為 。

適用於