You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/2014/integration-services/expressions/operators-ssis-expression.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ manager: craigg
41
41
|[& (Bitwise AND)(SSIS Expression)](bitwise-and-ssis-expression.md)|Performs a bitwise AND operation of two integer values.|
42
42
|[~(Bitwise Not)(SSIS Expression)](bitwise-not-ssis-expression.md)|Performs a bitwise negation of an integer.|
43
43
|[== (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.|
45
45
|[>(Greater Than)(SSIS Expression)](greater-than-ssis-expression.md)|Performs a comparison to determine if the first expression is greater than the second one.|
46
46
|[<(Less Than)(SSIS Expression)](less-than-ssis-expression.md)|Performs a comparison to determine if the first expression is less than the second one.|
47
47
|[>= (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