Compare

Metreos.Native.Conditional.Compare

Summary

Compares two objects for equality.

Usage

The Compare action takes two objects and tests their equality, reporting back if the objects are equal or unequal as a return branch condition.

Remarks

The Compare action invokes System.Object.Equals() to determine equality.

null can be passed into Compare. If one object is equal, and the other is not, unequal will be returned. If both objects are null, equal will be returned.

Action Parameters
Parameter Name.NET TypeDefaultDescription
Value1 *System.ObjectOne of the two objects to compare.
Value2 *System.ObjectOne of the two objects to compare.

No Result Data

Branch Conditions 

equal

No description.

unequal

No description.