.NET Client Documentation
5.6.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 this member version to other

    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)

    Checks if this member version is equal to right

    operator >(MemberVersion, MemberVersion)

    Checks if this member version is greater than right

    operator >=(MemberVersion, MemberVersion)

    Checks if this member version is greater than or equal to right

    operator !=(MemberVersion, MemberVersion)

    Checks if this member version is not equal to right

    operator <(MemberVersion, MemberVersion)

    Checks if this member version is less than right

    operator <=(MemberVersion, MemberVersion)

    Checks if this member version is less than or equal to right

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.