
xs.gMonth.eq( value as xs.gMonth ) as boolean
Equality comparison on xs.gMonth values
| Parameters | |
|---|---|
| value | A month value. |
const v1 = xs.gMonth('--08');
const v2 = xs.gMonth('--04');
v1.eq(v2);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.