C# Class MAXSharp.DiffHouse

Mostrar archivo Open project: bietiekay/MAXSharp Class Usage Examples

Public Methods

Method Description
CalculateDifferences ( IMAXDevice>.Dictionary DevicesHouse1, IMAXDevice>.Dictionary DevicesHouse2 ) : List

This method calculates the difference between house1 and house2 - whereas house1 is the old house2 the new one

Method Details

CalculateDifferences() public static method

This method calculates the difference between house1 and house2 - whereas house1 is the old house2 the new one
public static CalculateDifferences ( IMAXDevice>.Dictionary DevicesHouse1, IMAXDevice>.Dictionary DevicesHouse2 ) : List
DevicesHouse1 IMAXDevice>.Dictionary
DevicesHouse2 IMAXDevice>.Dictionary
return List