instance method Spah.SpahQL.QueryResult#contains
Spah.SpahQL.QueryResult#contains(queryResult) → Boolean
queryResult (Spah.SpahQL.QueryResult): A query result instance
Determines if the given result is a child member of this result, by comparing the two paths. Will never return true if the given query result has a different source data object to this result, for example if one of the results is a clone created with #detach, #reduce, #expand or a similar method.