Table of Contents

Enum EntityCompare.CompareResult

Namespace
Kepware.Api.Util
Assembly
Kepware.Api.dll

The result of comparing two entities.

public enum EntityCompare.CompareResult

Fields

Changed = 1

The entity is in both the Left and Right but the properties are different.

None = 0

The entity is in both the Left and Right and the properties are the same.

PresentInLeftOnly = -1

The entity is in the Left but not in the Right.

PresentInRightOnly = 2

The entity is in the Right but not in the Left.