Contents

isEqualTo(const char *)

Tests the equality of an OSSymbol object with a C string.

Declaration

virtual bool isEqualTo(
 const char *cString) const;

Parameters

  • cString:

    The C string to compare against the receiver.

Return Value

true if the OSSymbol's characters are equivalent to the C string's, false otherwise.

See Also

Miscellaneous