Declaration

func isEqual(to other: GSGlyph) -> Bool

Declaration

- (BOOL) isEqualToGlyph:(GSGlyph *) other;

Declaration

isEqualToGlyph_(other: GSGlyph) -> bool

Parameters

other

The glyph to compare.

Discussion

Unicode values, tags, naming and classification overrides, metrics and kerning settings, color, user data, glyph axes, and layers are compared. baseString, id, glyphId, lock state, parent, change tracking, and undo history are not compared. This method does not replace NSObject identity equality.

See Also

Copying and Equality