xs.gYear.eq

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

Summary

Equality comparison on xs.gYear values

Parameters
value A year value.

Example

const v1 = xs.gYear('2013');
const v2 = xs.gYear('2012');
v1.eq(v2);
Powered by MarkLogic Server | Terms of Use | Privacy Policy