Compare fragments from same managed object

Hi, Is it possible to query devices which have same value for two of the fragments present inside in the same managed object?
Like : q=$filter=fragment1 eq fragment2

This isn’t possible. Left side of the eq expression is expected to be a property (simple JPath) in the ManagedObject while the right side of the eq expression must be the actual value (string or integer) to which the property should be compared to. It can’t be another JPath expression or fragment.