Declaration

func isEqual(to other: GSLayer) -> Bool

Declaration

- (BOOL) isEqualToLayer:(GSLayer *) other;

Declaration

isEqualToLayer_(other: GSLayer) -> bool

Parameters

other

The layer to compare.

Discussion

Layer identity, ownership, names, and color labels are not compared.

See Also

Equality and Comparison