.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    MemberVersion Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents the version of a cluster member.

    public class MemberVersion : IEquatable<MemberVersion>, IComparable<MemberVersion>
    Inheritance
    object
    MemberVersion
    Implements
    IEquatable<MemberVersion>
    IComparable<MemberVersion>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    Name Description
    MemberVersion(byte, byte, byte)

    Initializes a new instance of the MemberVersion class.

    Properties

    Name Description
    Major

    Gets the major version number.

    Minor

    Gets the minor version number.

    Patch

    Gets the patch version number.

    Methods

    Name Description
    CompareTo(MemberVersion)

    Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

    Equals(MemberVersion)

    Checks if this member version is equal to other.

    Equals(MemberVersion, bool)

    Checks if this member version is equal to other.

    Equals(object)

    Determines whether the specified object is equal to the current object.

    GetHashCode()

    Serves as the default hash function.

    ToString()

    Returns a string that represents current member version.

    ToString(bool)

    Returns a string that represents current member version.

    Operators

    Name Description
    operator ==(MemberVersion, MemberVersion)
    operator >(MemberVersion, MemberVersion)
    operator >=(MemberVersion, MemberVersion)
    operator !=(MemberVersion, MemberVersion)
    operator <(MemberVersion, MemberVersion)
    operator <=(MemberVersion, MemberVersion)
    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.