Loading TOC...

xs.gMonth.eq

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

Summary

Equality comparison on xs.gMonth values

Parameters
value A month value.

Example

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

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