CY struct CY : IEquatable<CY> The CY structure is useful for calculations involving money, or for any fixed-point calculation where accuracy is particularly important. Documentation Code public static bool op_Equality(CY left, CY right) public static decimal op_Explicit(CY value) public static CY op_Explicit(decimal value) public static float op_Explicit(CY value) public static CY op_Explicit(float value) public static bool op_Inequality(CY left, CY right) public bool Equals(CY other)