Nettiers.AdventureWorks.Entities.VSalesPersonBase.CompareTo C# (CSharp) Method

CompareTo() public method

Compares this instance to a specified object and returns an indication of their relative values. An object to compare to this instance, or a null reference (Nothing in Visual Basic).
public CompareTo ( object obj ) : int
obj object
return int
		public virtual int CompareTo(object obj)
		{
			throw new NotImplementedException();
		}