MonobjcMonobjc Documented Class Library
Equals Method (nsPoint)
NamespacesMonobjc.FoundationNSPointEquals(NSPoint)
Equalses the specified ns point.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	NSPoint nsPoint
)
Public Function Equals ( _
	nsPoint As NSPoint _
) As Boolean
public:
virtual bool Equals(
	NSPoint nsPoint
) sealed
Parameters
nsPoint (NSPoint)
The ns point.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSPoint.Equals(Monobjc.Foundation.NSPoint)"]

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)