Show / Hide Table of Contents

Operator BitwiseAnd

| Improve this Doc View Source

BitwiseAnd(_Boolean, _Boolean)

Computes the logical AND operation of two specified _Boolean objects.

Declaration
public static _Boolean operator &(_Boolean x, _Boolean y)
Parameters
Type Name Description
_Boolean x

A _Boolean object.

_Boolean y

A _Boolean object.

Returns
Type Description
_Boolean

The result of the logical AND operation.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest