Loading TOC...

xs.gMonth.ne

xs.gMonth.ne(
   value as xs.gMonth
) as boolean

Summary

Not equal comparison on xs.gMonth values

Parameters
value A month value.

Example

const v1 = xs.gMonth('--08');
const v2 = xs.gMonth('--04');
v1.ne(v2);

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.