OESameSubSearchScreenTypes

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

bool OESameSubSearchScreenTypes(const OESubSearchScreen &,
                                const OESubSearchScreen &)

Returns whether or not the types (OESubSearchScreenTypeBase) of the two OESubSearchScreen objects are the same.

Warning

Screens with different types should never be compared with each other since they have been generated with different algorithms, they might have different lengths and their bits can represent different molecular features.

See also