MemberInfoState Struct
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the state of a member of a cluster.
public readonly struct MemberInfoState : IEquatable<MemberInfoState>
  Implements
Inherited Members
Properties
| Name | Description | 
|---|---|
| IsConnected | Whether the member is connected.  | 
      
| Member | Gets the member.  | 
      
Methods
| Name | Description | 
|---|---|
| Equals(MemberInfoState) | Indicates whether the current object is equal to another object of the same type.  | 
      
| Equals(object?) | Indicates whether this instance and a specified object are equal.  | 
      
| GetHashCode() | Returns the hash code for this instance.  | 
      
Operators
| Name | Description | 
|---|---|
| operator ==(MemberInfoState, MemberInfoState) | |
| operator !=(MemberInfoState, MemberInfoState) |