Declaration

func isEqual(to otherPath: GSPath) -> Bool

Declaration

- (BOOL) isEqualToPath:(GSPath *) otherPath;

Declaration

isEqualToPath_(otherPath: GSPath) -> bool

Discussion

Node positions are compared with a small tolerance. Node types, connections, and attributes are not compared.

See Also

Equality and Comparison