# CandidateConnectedVertex

Package: [Microsoft.Orleans.Core](/orleans/docs/api/csharp/microsoft.orleans.core/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Core) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Repartitioning/IActivationRepartitionerSystemTarget.cs#L136)

```csharp
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct CandidateConnectedVertex
```

Provides the base class for value types.

## Constructors

- [CandidateConnectedVertex(GrainId, long)](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/constructors/constructor-orleans-runtime-grainid-long-d05eaa4f/)

## Properties

- [Id](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/properties/id-de0eef9b/)
- [TransferScore](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/properties/transferscore-8c48bafd/)

## Methods

- [Equals(CandidateConnectedVertex)](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/equals-orleans-placement-repartitioning-candidateconnectedvertex-22ff992e/)
- [Equals(object)](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/equals-object-55c849bc/)
- [GetHashCode](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/gethashcode-c3c2c365/)
- [ToString](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/tostring-1c041bfe/)
- [operator ==(CandidateConnectedVertex, CandidateConnectedVertex)](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/op-equality-orleans-placement-repartitioning-candidateconnectedvertex-orleans-pl-b3573abe/)
- [operator !=(CandidateConnectedVertex, CandidateConnectedVertex)](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.candidateconnectedvertex/methods/op-inequality-orleans-placement-repartitioning-candidateconnectedvertex-orleans-58c9cdaa/)
