Table of Contents

Method Changed

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

Changed(T, T)

Creates a result bucket indicating the entity is present in both collections but has changed.

public static EntityCompare.ResultBucket<T> Changed(T left, T right)

Parameters

left T

The left entity.

right T

The right entity.

Returns

EntityCompare.ResultBucket<T>

The result bucket.