MemberVersion Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the version of a cluster member.
public class MemberVersion : IEquatable<MemberVersion>, IComparable<MemberVersion>
Inherited Members
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 |
Equals(MemberVersion, bool) | Checks if this member version is equal to |
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. |