Native
Synchronous
No Custom Parameters
Compares two objects for equality.
The Compare action takes two objects and tests their equality, reporting back if the objects are equal or unequal as a return branch condition.
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.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Value1 * | System.Object | One of the two objects to compare. | |
| Value2 * | System.Object | One of the two objects to compare. |
No Result Data
Branch Conditions
No description.
No description.