BigDecimal BigDecimal
BigDecimal BigDecimal
DocFX + Singulink = ♥

Search Results for

    Operator operator ==

    operator ==(BigDecimal, BigDecimal)

    Compares two values to determine equality.

    Declaration
    public static bool operator ==(BigDecimal left, BigDecimal right)
    Parameters
    Type Name Description
    BigDecimal left

    The value to compare with right.

    BigDecimal right

    The value to compare with left.

    Returns
    Type Description
    bool

    true if left is equal to right; otherwise, false.

    Implements
    IEqualityOperators<TSelf, TOther, TResult>.operator ==(TSelf, TOther)
    © Singulink. All rights reserved.