Nettiers.AdventureWorks.Entities.VEmployeeDepartmentHistoryBase.Equals C# (CSharp) Method

Equals() public method

Returns a value indicating whether this instance is equal to a specified object.
public Equals ( VEmployeeDepartmentHistoryBase toObject ) : bool
toObject VEmployeeDepartmentHistoryBase An object to compare to this instance.
return bool
		public virtual bool Equals(VEmployeeDepartmentHistoryBase toObject)
		{
			if (toObject == null)
				return false;
			return Equals(this, toObject);
		}
		

Same methods

VEmployeeDepartmentHistoryBase::Equals ( VEmployeeDepartmentHistoryBase Object1, VEmployeeDepartmentHistoryBase Object2 ) : bool