Implements the operator ==.

C# | Visual Basic | Visual C++ |
public static bool operator ==( CGAffineTransform cgAffineTransform1, CGAffineTransform cgAffineTransform2 )
Public Shared Operator = ( _ cgAffineTransform1 As CGAffineTransform, _ cgAffineTransform2 As CGAffineTransform _ ) As Boolean
public: static bool operator ==( CGAffineTransform cgAffineTransform1, CGAffineTransform cgAffineTransform2 )

- cgAffineTransform1 (CGAffineTransform)
- The cg affine transform1.
- cgAffineTransform2 (CGAffineTransform)
- The cg affine transform2.

The result of the operator.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)