Intersect - In both lists
Get the intersecting ids from two lists of ids
Number[] IntersectIds(Number[] ids1, Number[] ids2)
Get the intersecting Nodes from two lists of ids
Node[] IntersectNodes(Number[] ids1, Number[] ids2)
Get the intersecting Relationships from two lists of ids
Relationship[] IntersectRelationships(Number[] ids1, Number[] ids2)
Get the intersecting ids count from two lists of ids
Number[] IntersectIdsCount(Number[] ids1, Number[] ids2)