check array of object properties are different code example
Example: angular list contains property
vendors.filter(function(vendor){ return vendor.Name === "Magenic" })
vendors.filter(function(vendor){ return vendor.Name === "Magenic" })