MonobjcMonobjc Documented Class Library
Equality Operator
NamespacesMonobjc.ApplicationServicesCGSizeEquality(CGSize, CGSize)
Implements the operator ==.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	CGSize CGSize1,
	CGSize CGSize2
)
Public Shared Operator = ( _
	CGSize1 As CGSize, _
	CGSize2 As CGSize _
) As Boolean
public:
static bool operator ==(
	CGSize CGSize1, 
	CGSize CGSize2
)
Parameters
CGSize1 (CGSize)
The ns size1.
CGSize2 (CGSize)
The ns size2.
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)