Identify what Brep was not split

Is there any way to identify what brep was or was not split in firstSet when using:
C# Brep.CreateBooleanSplit Method (IEnumerable firstSet, IEnumerable secondSet, Double)

Regards

Iterate through result and check nulls.

Other way is to boolean one by one, the performance is not so lower…