From dd84cb56bc7818971f308eb22eb72fb45daeafed Mon Sep 17 00:00:00 2001 From: antoc0der <1@DESKTOP-K1L8ND3> Date: Mon, 18 Dec 2023 16:43:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectAirplaneWithRadar/AirplaneCollectionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectAirplaneWithRadar/ProjectAirplaneWithRadar/AirplaneCollectionInfo.cs b/ProjectAirplaneWithRadar/ProjectAirplaneWithRadar/AirplaneCollectionInfo.cs index 84758d8..7ea8442 100644 --- a/ProjectAirplaneWithRadar/ProjectAirplaneWithRadar/AirplaneCollectionInfo.cs +++ b/ProjectAirplaneWithRadar/ProjectAirplaneWithRadar/AirplaneCollectionInfo.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace ProjectAirplaneWithRadar.Generics { - internal class AirplaneCollectionInfo + internal class AirplaneCollectionInfo : IEquatable { public string Name { get; private set; } public string Description { get; private set; }