CompareObject
Class
Definition
Activity to invoke the Microsoft.PowerShell.Utility\Compare-Object command in a Workflow.
public sealed class CompareObject : Microsoft.PowerShell.Activities.PSActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Constructors
| CompareObject() |
Gets the display name of the command invoked by this activity. |
Properties
| CaseSensitive |
Provides access to the CaseSensitive parameter. |
| Culture |
Provides access to the Culture parameter. |
| DifferenceObject |
Provides access to the DifferenceObject parameter. |
| ExcludeDifferent |
Provides access to the ExcludeDifferent parameter. |
| IncludeEqual |
Provides access to the IncludeEqual parameter. |
| PassThru |
Provides access to the PassThru parameter. |
| Property |
Provides access to the Property parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| ReferenceObject |
Provides access to the ReferenceObject parameter. |
| SyncWindow |
Provides access to the SyncWindow parameter. |