MonobjcMonobjc Documented Class Library
IsEqualToTimeZone Method (aTimeZone)
NamespacesMonobjc.FoundationNSTimeZoneIsEqualToTimeZone(NSTimeZone)

Returns a Boolean value that indicates whether the receiver has the same name and data as another given time zone.

Original signature is '- (BOOL)isEqualToTimeZone:(NSTimeZone *)aTimeZone'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsEqualToTimeZone(
	NSTimeZone aTimeZone
)
Public Overridable Function IsEqualToTimeZone ( _
	aTimeZone As NSTimeZone _
) As Boolean
public:
virtual bool IsEqualToTimeZone(
	NSTimeZone^ aTimeZone
)
Parameters
aTimeZone (NSTimeZone)
The time zone to compare with the receiver.
Return Value
YES if aTimeZone and the receiver have the same name and data, otherwise NO.
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)