xs.gYearMonth.ne

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

Summary

Not equal comparison on xs.gYearMonth values

Parameters
value A year month value.

Example

const v1 = xs.gYearMonth('2013-08');
const v2 = xs.gYearMonth('2012-04');
v1.ne(v2);
Powered by MarkLogic Server | Terms of Use | Privacy Policy