NSString.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Equals(NSString, NSString) |
Compare two NSString instances. |
| Equals(Object) |
Compare this NSString to another object. |
Equals(NSString, NSString)
Compare two NSString instances.
public static bool Equals(Foundation.NSString? a, Foundation.NSString? b);
static member Equals : Foundation.NSString * Foundation.NSString -> bool
Parameters
Returns
true if equal, false otherwise.