|
|
@ -2739,7 +2739,7 @@ namespace MediaBrowser.Controller.Entities
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
/// <inheritdoc />
|
|
|
|
public bool Equals(BaseItem other) => Equals(Id, other?.Id);
|
|
|
|
public bool Equals(BaseItem other) => Id == other?.Id;
|
|
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
/// <inheritdoc />
|
|
|
|
public override int GetHashCode() => HashCode.Combine(Id);
|
|
|
|
public override int GetHashCode() => HashCode.Combine(Id);
|
|
|
|