Exemplo n.º 1
0
 /// <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));
 }
Exemplo n.º 2
0
 /// <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));
 }
Exemplo n.º 3
0
 /// <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));
 }
Exemplo n.º 4
0
 /// <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));
 }
Exemplo n.º 5
0
 /// <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));
 }