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);
Powered by MarkLogic Server | Terms of Use | Privacy Policy