MonobjcMonobjc Documented Class Library
Inequality Operator
NamespacesMonobjc.ApplicationServicesCGAffineTransformInequality(CGAffineTransform, CGAffineTransform)
Implements the operator !=.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
cgAffineTransform1 (CGAffineTransform)
The cg affine transform1.
cgAffineTransform2 (CGAffineTransform)
The cg affine transform2.
Return Value
The result of the operator.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)