Loading TOC...

xs.gMonthDay.eq

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

Summary

Equality comparison on xs.gMonthDay values

Parameters
value A month day value.

Example

const v1 = xs.gMonthDay('--08-20');
const v2 = xs.gMonthDay('--04-14');
v1.eq(v2);

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