Returns the result of invoking compare:options:range: with no options and the receiver’s full extent as the range.
Original signature is '- (NSComparisonResult)compare:(NSString *)aString'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSComparisonResult Compare( NSString aString )
Public Overridable Function Compare ( _ aString As NSString _ ) As NSComparisonResult
public: virtual NSComparisonResult Compare( NSString^ aString )

- aString (NSString)
- The string with which to compare the receiver.

The result of invoking compare:options:range: with no options and the receiver’s full extent as the range.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)