# CandidateConnectedVertex Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/)

## Equals(CandidateConnectedVertex) {#equals-orleans-placement-repartitioning-candidateconnectedvertex-22ff992e}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/equals-orleans-placement-repartitioning-candidateconnectedvertex-22ff992e/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L148)

```csharp
public bool Equals(CandidateConnectedVertex other)
```

### Parameters

- `other` (`CandidateConnectedVertex`)

## Equals(object) {#equals-object-55c849bc}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/equals-object-55c849bc/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L147)

```csharp
public override bool Equals(object obj)
```

Indicates whether this instance and a specified object are equal.

### Parameters

- `obj` (`object`): The object to compare with the current instance.

### Returns

`true` if `obj` and this instance are the same type and represent the same value; otherwise, `false`.

## GetHashCode {#gethashcode-c3c2c365}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/gethashcode-c3c2c365/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L150)

```csharp
public override int GetHashCode()
```

Returns the hash code for this instance.

### Returns

A 32-bit signed integer that is the hash code for this instance.

## ToString {#tostring-1c041bfe}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/tostring-1c041bfe/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L152)

```csharp
public override string ToString()
```

Returns the fully qualified type name of this instance.

### Returns

The fully qualified type name.

## operator ==(CandidateConnectedVertex, CandidateConnectedVertex) {#op-equality-orleans-placement-repartitioning-candidateconnectedvertex-orleans-pl-b3573abe}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/op-equality-orleans-placement-repartitioning-candidateconnectedvertex-orleans-pl-b3573abe/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L144)

```csharp
public static bool operator ==(CandidateConnectedVertex left, CandidateConnectedVertex right)
```

### Parameters

- `left` (`CandidateConnectedVertex`)
- `right` (`CandidateConnectedVertex`)

## operator !=(CandidateConnectedVertex, CandidateConnectedVertex) {#op-inequality-orleans-placement-repartitioning-candidateconnectedvertex-orleans-58c9cdaa}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/op-inequality-orleans-placement-repartitioning-candidateconnectedvertex-orleans-58c9cdaa/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L145)

```csharp
public static bool operator !=(CandidateConnectedVertex left, CandidateConnectedVertex right)
```

### Parameters

- `left` (`CandidateConnectedVertex`)
- `right` (`CandidateConnectedVertex`)
