메소드 | 설명 | |
---|---|---|
AreEqual ( object x, object y, NUnit.Framework.Constraints.Tolerance &tolerance ) : bool |
Compares two objects for equality within a tolerance.
|
메소드 | 설명 | |
---|---|---|
ArraysEqual ( |
Helper method to compare two arrays
|
|
CharsEqual ( char x, char y ) : bool | ||
CollectionsEqual ( ICollection x, ICollection y, NUnit.Framework.Constraints.Tolerance &tolerance ) : bool | ||
DictionariesEqual ( IDictionary x, IDictionary y, NUnit.Framework.Constraints.Tolerance &tolerance ) : bool | ||
DictionaryEntriesEqual ( |
||
DirectoriesEqual ( |
Method to compare two DirectoryInfo objects
|
|
EnumerablesEqual ( IEnumerable x, IEnumerable y, NUnit.Framework.Constraints.Tolerance &tolerance ) : bool | ||
FirstImplementsIEquatableOfSecond ( |
||
GetEquatableGenericArguments ( |
||
GetExternalComparer ( object x, object y ) : EqualityAdapter | ||
InvokeFirstIEquatableEqualsSecond ( object first, object second, |
||
StreamsEqual ( Stream x, Stream y ) : bool | ||
StringsEqual ( string x, string y ) : bool |
public AreEqual ( object x, object y, NUnit.Framework.Constraints.Tolerance &tolerance ) : bool | ||
x | object | |
y | object | |
tolerance | NUnit.Framework.Constraints.Tolerance | |
리턴 | bool |