KA
Size: a a a
KA
e
KA
ᴛʜ
ᴛʜ
М
List.Exists((x,y) => (x.Name == item.Name) ||(y.Description == item.Description))
TS
TS
М
TS
М
М
TS
М
TS
М
public class CategoryВот этот объект
{
[PrimaryKey, AutoIncrement, Column("ID")]
public int Id { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public string Color { get; set; }
}
TS
List.Exists((x,y) => (x.Name == item.Name) ||(y.Description == item.Description))
М
TS