/// <summary> /// Determines if all of the fields for the specified object exactly matches the current object. /// </summary> /// <param name="item">The object to compare</param> public override bool IsEquivalent(nHydrate.EFCore.DataAccess.INHEntityObject item) { return(((System.IEquatable <Acme.Northwind.EFDAL.Interfaces.Entity.IAlphabeticallistofproducts>) this).Equals(item as Acme.Northwind.EFDAL.Interfaces.Entity.IAlphabeticallistofproducts)); }
/// <summary> /// Determines if all of the fields for the specified object exactly matches the current object. /// </summary> /// <param name="item">The object to compare</param> public override bool IsEquivalent(nHydrate.EFCore.DataAccess.INHEntityObject item) { return(((System.IEquatable <Acme.Northwind.EFDAL.Interfaces.Entity.ICustOrderHist>) this).Equals(item as Acme.Northwind.EFDAL.Interfaces.Entity.ICustOrderHist)); }
/// <summary> /// Determines if all of the fields for the specified object exactly matches the current object. /// </summary> /// <param name="item">The object to compare</param> public override bool IsEquivalent(nHydrate.EFCore.DataAccess.INHEntityObject item) { return(((System.IEquatable <Acme.Northwind.EFDAL.Interfaces.Entity.IProductsAboveAveragePrice>) this).Equals(item as Acme.Northwind.EFDAL.Interfaces.Entity.IProductsAboveAveragePrice)); }
/// <summary> /// Determines if all of the fields for the specified object exactly matches the current object. /// </summary> /// <param name="item">The object to compare</param> public override bool IsEquivalent(nHydrate.EFCore.DataAccess.INHEntityObject item) { return(((System.IEquatable <Acme.Northwind.EFDAL.Interfaces.Entity.ISummaryofSalesbyQuarter>) this).Equals(item as Acme.Northwind.EFDAL.Interfaces.Entity.ISummaryofSalesbyQuarter)); }
/// <summary> /// Determines if all of the fields for the specified object exactly matches the current object. /// </summary> /// <param name="item">The object to compare</param> public override bool IsEquivalent(nHydrate.EFCore.DataAccess.INHEntityObject item) { return(((System.IEquatable <Acme.Northwind.EFDAL.Interfaces.Entity.IEmployeeSalesbyCountry>) this).Equals(item as Acme.Northwind.EFDAL.Interfaces.Entity.IEmployeeSalesbyCountry)); }