예제 #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));
 }
예제 #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));
 }
예제 #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));
 }
예제 #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));
 }
예제 #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));
 }