# EdgeVertex Methods

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

## Equals(EdgeVertex) {#equals-orleans-placement-repartitioning-edgevertex-09bded36}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.edgevertex/methods/equals-orleans-placement-repartitioning-edgevertex-09bded36/)

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

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

Indicates whether the current object is equal to another object of the same type.

### Parameters

- `other` (`EdgeVertex`): An object to compare with this object.

### Returns

`true` if the current object is equal to the `other` parameter; otherwise, `false`.

## Equals(object) {#equals-object-ec390de3}

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

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

```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-027f3fa0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.edgevertex/methods/gethashcode-027f3fa0/)

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

```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-ee9de709}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.edgevertex/methods/tostring-ee9de709/)

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

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

Returns the fully qualified type name of this instance.

### Returns

The fully qualified type name.

## operator ==(EdgeVertex, EdgeVertex) {#op-equality-orleans-placement-repartitioning-edgevertex-orleans-placement-repart-0b059bdf}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.edgevertex/methods/op-equality-orleans-placement-repartitioning-edgevertex-orleans-placement-repart-0b059bdf/)

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

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

### Parameters

- `left` (`EdgeVertex`)
- `right` (`EdgeVertex`)

## operator !=(EdgeVertex, EdgeVertex) {#op-inequality-orleans-placement-repartitioning-edgevertex-orleans-placement-repa-d4c1382b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.repartitioning.edgevertex/methods/op-inequality-orleans-placement-repartitioning-edgevertex-orleans-placement-repa-d4c1382b/)

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

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

### Parameters

- `left` (`EdgeVertex`)
- `right` (`EdgeVertex`)
