Version:
Compare(PersistedConfiguration other) Method
Compares this configuration with a configuration of the same type.
Syntax
public
virtual
ComparisonResult Compare(PersistedConfiguration other)
Parameters
- other
- Type: PersistedConfiguration
The other configuration.
Returns
A comparison result
Exceptions
System.ArgumentNullException
|
other
|
System.InvalidOperationException
|
Cannot compare configurations of different types
|