public bool IsEqualTo(CAFrameRateRange other) => IsEqualTo(this, other);
static extern bool IsEqualTo(CAFrameRateRange range, CAFrameRateRange other);