MonobjcMonobjc Documented Class Library
IsEqualToHost Method (host)
NamespacesMonobjc.FoundationNSHostIsEqualToHost(NSHost)

Indicates whether the receiver represents the same host as another NSHost object.

Original signature is '- (BOOL)isEqualToHost:(NSHost *)host'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsEqualToHost(
	NSHost host
)
Public Overridable Function IsEqualToHost ( _
	host As NSHost _
) As Boolean
public:
virtual bool IsEqualToHost(
	NSHost^ host
)
Parameters
host (NSHost)
Host to compare the receiver to.
Return Value
YES when the receiver and host share at least one network address; NO otherwise.
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)