isCompatibleTo abstract method

bool isCompatibleTo(
  1. NestedResult other
)

Checks whether this is compatible to the other nested result.

Implementation

bool isCompatibleTo(NestedResult other);