# LogEntry.Equals(object)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.logging.logentry/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.logging.logentry/methods/)

```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`.
