MonobjcMonobjc Documented Class Library
IsEqualToAttributedString Method (otherString)
NamespacesMonobjc.FoundationNSAttributedStringIsEqualToAttributedString(NSAttributedString)

Returns a Boolean value that indicates whether the receiver is equal to another given attributed string.

Original signature is '- (BOOL)isEqualToAttributedString:(NSAttributedString *)otherString'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsEqualToAttributedString(
	NSAttributedString otherString
)
Public Overridable Function IsEqualToAttributedString ( _
	otherString As NSAttributedString _
) As Boolean
public:
virtual bool IsEqualToAttributedString(
	NSAttributedString^ otherString
)
Parameters
otherString (NSAttributedString)
The attributed string with which to compare the receiver.
Return Value
YES if the receiver is equal to otherString, 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)