Instance Method
isEqual(to:)isEqualToNode:isEqualToNode_
Checks if the node is equal to another node.
Declaration
func isEqual(to other: GSNode) -> BoolDeclaration
- (BOOL) isEqualToNode:(GSNode *) other;Declaration
isEqualToNode_(other: GSNode) -> boolDiscussion
Regular isEqual: compares object identity.