MonobjcMonobjc Documented Class Library
IsEqualToData Method (otherData)
NamespacesMonobjc.FoundationNSDataIsEqualToData(NSData)

Compares the receiving data object to otherData.

Original signature is '- (BOOL)isEqualToData:(NSData *)otherData'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsEqualToData(
	NSData otherData
)
Public Overridable Function IsEqualToData ( _
	otherData As NSData _
) As Boolean
public:
virtual bool IsEqualToData(
	NSData^ otherData
)
Parameters
otherData (NSData)
The data object with which to compare the receiver.
Return Value
YES if the contents of otherData are equal to the contents of the receiver, 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)