Instance Method
isEqual(to:)isEqualToLayer:isEqualToLayer_
Whether another layer has equal metrics, attributes, shapes, anchors, hints, guides, and background content.
Declaration
func isEqual(to other: GSLayer) -> BoolDeclaration
- (BOOL) isEqualToLayer:(GSLayer *) other;Declaration
isEqualToLayer_(other: GSLayer) -> boolParameters
otherThe layer to compare.
Discussion
Layer identity, ownership, names, and color labels are not compared.
See Also
Equality and Comparison
A signature describing the interpolation-relevant structure of the layer.
A signature describing selected parts of the interpolation-relevant structure.
The individual parts that form a structural compatibility signature.