SubLib.Core.Domain.SyncPoint.CompareCurrentTo C# (CSharp) 메소드

CompareCurrentTo() 공개 메소드

public CompareCurrentTo ( SyncPoint otherSyncPoint ) : int
otherSyncPoint SyncPoint
리턴 int
	public int CompareCurrentTo (SyncPoint otherSyncPoint) {
		return current.CompareTo(otherSyncPoint.Current);
	}