conformsWith method

bool conformsWith(
  1. PositionScheme other
)

Returns true if this scheme conforms with other.

Implementation

bool conformsWith(PositionScheme other) => this == other;