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 is null (Nothing in Visual Basic).

System.ArgumentException

Cannot compare configurations of different types using the default comparison method.

Remarks

This compares the persistent properties of this instance and other.