Loading TOC...

xs.gYear.ne

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

Summary

Not equal comparison on xs.gYear values

Parameters
value A year value.

Example

const v1 = xs.gYear('2013');
const v2 = xs.gYear('2012');
v1.ne(v2);

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