IsEqualString Class
An activity to check if two strings match, optionally based on a regular expressions pattern.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.CodeActivity(Of TResult)
Microsoft.Activities.Expressions.IsEqualString
| Name | Description | |
|---|---|---|
![]() | IsEqualString() | Initializes a new instance of the IsEqualString class. |
![]() | IsEqualString(InArgument(Of String), InArgument(Of String)) | Initializes a new instance of the IsEqualString class. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Id | (Inherited from Activity.) |
![]() | IgnoreCase | Gets or sets whether or not to ignore the case. |
![]() | ImplementationVersion | (Inherited from CodeActivity(Of TResult).) |
![]() | Input | Gets or sets the input string. |
![]() | Pattern | Gets or sets the regular expression pattern to use. |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
![]() | Text | Gets or sets the target text to match. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Activity.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


