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