SubLib.Core.Domain.SyncPoint.CompareCurrentTo C# (CSharp) Méthode

CompareCurrentTo() public méthode

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