Show / Hide Table of Contents

    Operator Inequality

    Inequality(JsonRpcId, JsonRpcId)

    Tests two JsonRpcId instances for inequality.
    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 not considered equal, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.