
xs.gMonthDay.eq( value as xs.gMonthDay ) as boolean
Equality comparison on xs.gMonthDay values
| Parameters | |
|---|---|
| value | A month day value. |
const v1 = xs.gMonthDay('--08-20');
const v2 = xs.gMonthDay('--04-14');
v1.eq(v2);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.