MonobjcMonobjc Documented Class Library
CGSizeEqualToSize Method (size1, size2)
NamespacesMonobjc.ApplicationServicesCGSizeCGSizeEqualToSize(CGSize, CGSize)
Indicates whether two sizes are equal.
Declaration Syntax
C#Visual BasicVisual C++
public static int CGSizeEqualToSize(
	CGSize size1,
	CGSize size2
)
Public Shared Function CGSizeEqualToSize ( _
	size1 As CGSize, _
	size2 As CGSize _
) As Integer
public:
static int CGSizeEqualToSize(
	CGSize size1, 
	CGSize size2
)
Parameters
size1 (CGSize)
The first size to examine.
size2 (CGSize)
The second size to examine.
Return Value
Returns 1 if the two specified sizes are equal; otherwise, 0.
Remarks
Original declaration is : int CGSizeEqualToSize ( CGSize size1, CGSize size2 );
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)