Dela via


SelectedReplica.Equals(SelectedReplica) Method

Definition

Compares this SelectedReplica with other SelectedReplica.

public bool Equals (System.Fabric.SelectedReplica other);
override this.Equals : System.Fabric.SelectedReplica -> bool
Public Function Equals (other As SelectedReplica) As Boolean

Parameters

other
SelectedReplica

A selected replica with which the current SelectedReplica is to be compared.

Returns

True, if both replicaOrInstanceId and SelectedPartition, of the two SelectedReplica objects match; else returns false.

Implements

Applies to