MonobjcMonobjc Documented Class Library
Inequality Operator
NamespacesMonobjc.ApplicationServicesCGPointInequality(CGPoint, CGPoint)
Implements the operator !=.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator !=(
	CGPoint CGPoint1,
	CGPoint CGPoint2
)
Public Shared Operator <> ( _
	CGPoint1 As CGPoint, _
	CGPoint2 As CGPoint _
) As Boolean
public:
static bool operator !=(
	CGPoint CGPoint1, 
	CGPoint CGPoint2
)
Parameters
CGPoint1 (CGPoint)
The ns point1.
CGPoint2 (CGPoint)
The ns point2.
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)