ArraySettingItemPropertyRule.BitwiseOr Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a ArraySettingItemPropertyRule rule that is true
when at least one of a
or
b
is true
.
public static Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule operator | (Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule a, Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule b);
static member ( ||| ) : Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule * Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule -> Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule
Public Shared Operator Or (a As ArraySettingItemPropertyRule, b As ArraySettingItemPropertyRule) As ArraySettingItemPropertyRule
Parameters
The first operand of the logical OR operation.
The second operand of the logical OR operation.
Returns
A ArraySettingItemPropertyRule that is true
when at least one of a
or
b
is true
.