SubLib.Core.Domain.SyncPoint.CompareCurrentTo C# (CSharp) Method

CompareCurrentTo() public method

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