C# Class FluentSpec.Classes.ComparerClass

Inheritance: System.Collections.Comparer
Show file Open project: msuarz/fluentspec

Public Methods

Method Description
AreEqual ( ICollection Ones, ICollection Others ) : bool
AreEqual ( object Ones, object Others ) : bool
ArrayWith ( ICollection Objects ) : object[]

Method Details

AreEqual() public method

public AreEqual ( ICollection Ones, ICollection Others ) : bool
Ones ICollection
Others ICollection
return bool

AreEqual() public method

public AreEqual ( object Ones, object Others ) : bool
Ones object
Others object
return bool

ArrayWith() public method

public ArrayWith ( ICollection Objects ) : object[]
Objects ICollection
return object[]