isDQuote static method

bool isDQuote(
  1. int c
)

Implementation

static bool isDQuote(int c) => c == CC_DQUOTE;