Compare
Static Class in Zigurous.Debug
Declaration
public static class Compare
Description
Compares the results of multiple functions for equality.
Static Methods
Equal<T> | Compares how many results of the two functions are equal for a given amount of iterations. |
NotEqual<T> | Compares how many results of the two functions are not equal for a given amount of iterations. |