PIbd-23_Nasyrov_A_G_Lab8 #10

Closed
gaillard wants to merge 4 commits from lab8 into lab7
Showing only changes of commit dd84cb56bc - Show all commits

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace ProjectAirplaneWithRadar.Generics
{
internal class AirplaneCollectionInfo
internal class AirplaneCollectionInfo : IEquatable<AirplaneCollectionInfo>
{
public string Name { get; private set; }
public string Description { get; private set; }