.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    Equals Method

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Object obj
    Returns
    Boolean
    Overrides
    Object.Equals(Object)

    Equals(MemberInfo)

    Determines whether this MemberInfo instance is equal to another MemberInfo instance.

    Declaration
    public bool Equals(MemberInfo other)
    Parameters
    MemberInfo other

    The other MemberInfo instance.

    Returns
    Boolean

    true if this MemberInfo instance and the other MemberInfo instance are considered being equal; otherwise false.

    Implements
    IEquatable<T>.Equals(T)
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.