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