Skip to content

Commit 89b4aa2

Browse files
authored
C46420: Escaping exclamation mark
Hello, @douglaslMS, Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent b4632fb commit 89b4aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/2014/integration-services/expressions/operators-ssis-expression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ manager: craigg
4141
|[& (Bitwise AND) (SSIS Expression)](bitwise-and-ssis-expression.md)|Performs a bitwise AND operation of two integer values.|
4242
|[~ (Bitwise Not) (SSIS Expression)](bitwise-not-ssis-expression.md)|Performs a bitwise negation of an integer.|
4343
|[== (Equal) (SSIS Expression)](equal-ssis-expression.md)|Performs a comparison to determine if two expressions are equal.|
44-
|[!= (Unequal) (SSIS Expression)](unequal-ssis-expression.md)|Performs a comparison to determine if two expressions are not equal.|
44+
[\!= (Unequal) (SSIS Expression)](unequal-ssis-expression.md)|Performs a comparison to determine if two expressions are not equal.|
4545
|[> (Greater Than) (SSIS Expression)](greater-than-ssis-expression.md)|Performs a comparison to determine if the first expression is greater than the second one.|
4646
|[< (Less Than) (SSIS Expression)](less-than-ssis-expression.md)|Performs a comparison to determine if the first expression is less than the second one.|
4747
|[>= (Greater Than or Equal To) (SSIS Expression)](greater-than-or-equal-to-ssis-expression.md)|Performs a comparison to determine if the first expression is greater than or equal to the second one.|

0 commit comments

Comments
 (0)