Show / Hide Table of Contents

    Operator Equality

    Equality(JsonRpcId, JsonRpcId)

    Tests two JsonRpcId instances for equality.
    Declaration
    public static bool operator ==(JsonRpcId lhs, JsonRpcId rhs)
    Parameters
    Type Name Description
    JsonRpcId lhs First JsonRpcId instance to compare to second.
    JsonRpcId rhs Second JsonRpcId instance to compare to first.
    Returns
    Type Description
    Boolean true if both instances are considered equal, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.