Nettiers.AdventureWorks.Entities.VSalesPersonBase.CompareTo C# (CSharp) 메소드

CompareTo() 공개 메소드

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
리턴 int
		public virtual int CompareTo(object obj)
		{
			throw new NotImplementedException();
		}