ArraySettingItemPropertyRule.BitwiseAnd 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 that is true
when both a
and
b
are 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 And (a As ArraySettingItemPropertyRule, b As ArraySettingItemPropertyRule) As ArraySettingItemPropertyRule
Parameters
The first operand of the logical AND operation.
The second operand of the logical AND operation.
Returns
A ArraySettingItemPropertyRule that is true
when when both a
and
b
are true
.