Table of Contents

Enum DifferenceType

Namespace
Xping.Sdk.Core.Session.Comparison
Assembly
Xping.Sdk.Core.dll

Enumerates the types of differences that can exist between two TestSession properties.

public enum DifferenceType

Fields

Added = 0

Indicates that a property or value has been added to the TestSession that was not present in the other.

Changed = 2

Indicates that a property or value in one TestSession has a different value from the other.

Removed = 1

Indicates that a property or value present in one TestSession is missing from the other.