C# Class FluentSpec.Classes.ComparerClass

Inheritance: System.Collections.Comparer
Afficher le fichier Open project: msuarz/fluentspec

Méthodes publiques

Méthode Description
AreEqual ( ICollection Ones, ICollection Others ) : bool
AreEqual ( object Ones, object Others ) : bool
ArrayWith ( ICollection Objects ) : object[]

Method Details

AreEqual() public méthode

public AreEqual ( ICollection Ones, ICollection Others ) : bool
Ones ICollection
Others ICollection
Résultat bool

AreEqual() public méthode

public AreEqual ( object Ones, object Others ) : bool
Ones object
Others object
Résultat bool

ArrayWith() public méthode

public ArrayWith ( ICollection Objects ) : object[]
Objects ICollection
Résultat object[]