MonobjcMonobjc Documented Class Library
Inequality Operator
NamespacesMonobjc.ApplicationServicesCGRectInequality(CGRect, CGRect)
Implements the operator !=.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator !=(
	CGRect CGRect1,
	CGRect CGRect2
)
Public Shared Operator <> ( _
	CGRect1 As CGRect, _
	CGRect2 As CGRect _
) As Boolean
public:
static bool operator !=(
	CGRect CGRect1, 
	CGRect CGRect2
)
Parameters
CGRect1 (CGRect)
The ns rect1.
CGRect2 (CGRect)
The ns rect2.
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)