.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    operator == Operator

    operator ==(MemberInfo, MemberInfo)

    Determines whether two MemberInfo instances are equal.

    Declaration
    public static bool operator ==(MemberInfo left, MemberInfo right)
    Parameters
    MemberInfo left

    The first MemberInfo instance.

    MemberInfo right

    The second MemberInfo instance.

    Returns
    bool

    true if the two MemberInfo instances are considered being equal; otherwise false.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.