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);
	}