# bool4

> A 4 component vector of bools.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.Mathematics](/engine/6000.6/script-reference/unity/mathematics.md)
* **Assembly:** UnityEngine.MathematicsModule
* **Implements:** [IEquatable\<bool4>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct bool4 : IEquatable<bool4>
```

## Fields

| Value                                                             | Description                |
| ----------------------------------------------------------------- | -------------------------- |
| [w](/engine/6000.6/script-reference/unity/mathematics/bool4/w.md) | w component of the vector. |
| [x](/engine/6000.6/script-reference/unity/mathematics/bool4/x.md) | x component of the vector. |
| [y](/engine/6000.6/script-reference/unity/mathematics/bool4/y.md) | y component of the vector. |
| [z](/engine/6000.6/script-reference/unity/mathematics/bool4/z.md) | z component of the vector. |

## Constructors

| Constructor                                                                                                                                                        | Description                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| [bool4(System.Boolean)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool\))                                                             | Constructs a bool4 vector from a single bool value by assigning it to every component. |
| [bool4(System.Boolean,System.Boolean,System.Boolean,System.Boolean)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool-bool-bool-bool\)) | Constructs a bool4 vector from four bool values.                                       |
| [bool4(System.Boolean,System.Boolean,Unity.Mathematics.bool2)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool-bool-bool2\))           | Constructs a bool4 vector from two bool values and a bool2 vector.                     |
| [bool4(System.Boolean,Unity.Mathematics.bool2,System.Boolean)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool-bool2-bool\))           | Constructs a bool4 vector from a bool value, a bool2 vector and a bool value.          |
| [bool4(System.Boolean,Unity.Mathematics.bool3)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool-bool3\))                               | Constructs a bool4 vector from a bool value and a bool3 vector.                        |
| [bool4(Unity.Mathematics.bool2,System.Boolean,System.Boolean)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool2-bool-bool\))           | Constructs a bool4 vector from a bool2 vector and two bool values.                     |
| [bool4(Unity.Mathematics.bool2,Unity.Mathematics.bool2)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool2-bool2\))                     | Constructs a bool4 vector from two bool2 vectors.                                      |
| [bool4(Unity.Mathematics.bool3,System.Boolean)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool3-bool\))                               | Constructs a bool4 vector from a bool3 vector and a bool value.                        |
| [bool4(Unity.Mathematics.bool4)](/engine/6000.6/script-reference/unity/mathematics/bool4/ctor.md#bool4\(bool4\))                                                   | Constructs a bool4 vector from a bool4 vector.                                         |

## Properties

| Property                                                                    | Description                                    |
| --------------------------------------------------------------------------- | ---------------------------------------------- |
| [this\[\]](/engine/6000.6/script-reference/unity/mathematics/bool4/item.md) | Returns the bool element at a specified index. |
| [ww](/engine/6000.6/script-reference/unity/mathematics/bool4/ww.md)         | Swizzles the vector.                           |
| [www](/engine/6000.6/script-reference/unity/mathematics/bool4/www.md)       | Swizzles the vector.                           |
| [wwww](/engine/6000.6/script-reference/unity/mathematics/bool4/wwww.md)     | Swizzles the vector.                           |
| [wwwx](/engine/6000.6/script-reference/unity/mathematics/bool4/wwwx.md)     | Swizzles the vector.                           |
| [wwwy](/engine/6000.6/script-reference/unity/mathematics/bool4/wwwy.md)     | Swizzles the vector.                           |
| [wwwz](/engine/6000.6/script-reference/unity/mathematics/bool4/wwwz.md)     | Swizzles the vector.                           |
| [wwx](/engine/6000.6/script-reference/unity/mathematics/bool4/wwx.md)       | Swizzles the vector.                           |
| [wwxw](/engine/6000.6/script-reference/unity/mathematics/bool4/wwxw.md)     | Swizzles the vector.                           |
| [wwxx](/engine/6000.6/script-reference/unity/mathematics/bool4/wwxx.md)     | Swizzles the vector.                           |
| [wwxy](/engine/6000.6/script-reference/unity/mathematics/bool4/wwxy.md)     | Swizzles the vector.                           |
| [wwxz](/engine/6000.6/script-reference/unity/mathematics/bool4/wwxz.md)     | Swizzles the vector.                           |
| [wwy](/engine/6000.6/script-reference/unity/mathematics/bool4/wwy.md)       | Swizzles the vector.                           |
| [wwyw](/engine/6000.6/script-reference/unity/mathematics/bool4/wwyw.md)     | Swizzles the vector.                           |
| [wwyx](/engine/6000.6/script-reference/unity/mathematics/bool4/wwyx.md)     | Swizzles the vector.                           |
| [wwyy](/engine/6000.6/script-reference/unity/mathematics/bool4/wwyy.md)     | Swizzles the vector.                           |
| [wwyz](/engine/6000.6/script-reference/unity/mathematics/bool4/wwyz.md)     | Swizzles the vector.                           |
| [wwz](/engine/6000.6/script-reference/unity/mathematics/bool4/wwz.md)       | Swizzles the vector.                           |
| [wwzw](/engine/6000.6/script-reference/unity/mathematics/bool4/wwzw.md)     | Swizzles the vector.                           |
| [wwzx](/engine/6000.6/script-reference/unity/mathematics/bool4/wwzx.md)     | Swizzles the vector.                           |
| [wwzy](/engine/6000.6/script-reference/unity/mathematics/bool4/wwzy.md)     | Swizzles the vector.                           |
| [wwzz](/engine/6000.6/script-reference/unity/mathematics/bool4/wwzz.md)     | Swizzles the vector.                           |
| [wx](/engine/6000.6/script-reference/unity/mathematics/bool4/wx.md)         | Swizzles the vector.                           |
| [wxw](/engine/6000.6/script-reference/unity/mathematics/bool4/wxw.md)       | Swizzles the vector.                           |
| [wxww](/engine/6000.6/script-reference/unity/mathematics/bool4/wxww.md)     | Swizzles the vector.                           |
| [wxwx](/engine/6000.6/script-reference/unity/mathematics/bool4/wxwx.md)     | Swizzles the vector.                           |
| [wxwy](/engine/6000.6/script-reference/unity/mathematics/bool4/wxwy.md)     | Swizzles the vector.                           |
| [wxwz](/engine/6000.6/script-reference/unity/mathematics/bool4/wxwz.md)     | Swizzles the vector.                           |
| [wxx](/engine/6000.6/script-reference/unity/mathematics/bool4/wxx.md)       | Swizzles the vector.                           |
| [wxxw](/engine/6000.6/script-reference/unity/mathematics/bool4/wxxw.md)     | Swizzles the vector.                           |
| [wxxx](/engine/6000.6/script-reference/unity/mathematics/bool4/wxxx.md)     | Swizzles the vector.                           |
| [wxxy](/engine/6000.6/script-reference/unity/mathematics/bool4/wxxy.md)     | Swizzles the vector.                           |
| [wxxz](/engine/6000.6/script-reference/unity/mathematics/bool4/wxxz.md)     | Swizzles the vector.                           |
| [wxy](/engine/6000.6/script-reference/unity/mathematics/bool4/wxy.md)       | Swizzles the vector.                           |
| [wxyw](/engine/6000.6/script-reference/unity/mathematics/bool4/wxyw.md)     | Swizzles the vector.                           |
| [wxyx](/engine/6000.6/script-reference/unity/mathematics/bool4/wxyx.md)     | Swizzles the vector.                           |
| [wxyy](/engine/6000.6/script-reference/unity/mathematics/bool4/wxyy.md)     | Swizzles the vector.                           |
| [wxyz](/engine/6000.6/script-reference/unity/mathematics/bool4/wxyz.md)     | Swizzles the vector.                           |
| [wxz](/engine/6000.6/script-reference/unity/mathematics/bool4/wxz.md)       | Swizzles the vector.                           |
| [wxzw](/engine/6000.6/script-reference/unity/mathematics/bool4/wxzw.md)     | Swizzles the vector.                           |
| [wxzx](/engine/6000.6/script-reference/unity/mathematics/bool4/wxzx.md)     | Swizzles the vector.                           |
| [wxzy](/engine/6000.6/script-reference/unity/mathematics/bool4/wxzy.md)     | Swizzles the vector.                           |
| [wxzz](/engine/6000.6/script-reference/unity/mathematics/bool4/wxzz.md)     | Swizzles the vector.                           |
| [wy](/engine/6000.6/script-reference/unity/mathematics/bool4/wy.md)         | Swizzles the vector.                           |
| [wyw](/engine/6000.6/script-reference/unity/mathematics/bool4/wyw.md)       | Swizzles the vector.                           |
| [wyww](/engine/6000.6/script-reference/unity/mathematics/bool4/wyww.md)     | Swizzles the vector.                           |
| [wywx](/engine/6000.6/script-reference/unity/mathematics/bool4/wywx.md)     | Swizzles the vector.                           |
| [wywy](/engine/6000.6/script-reference/unity/mathematics/bool4/wywy.md)     | Swizzles the vector.                           |
| [wywz](/engine/6000.6/script-reference/unity/mathematics/bool4/wywz.md)     | Swizzles the vector.                           |
| [wyx](/engine/6000.6/script-reference/unity/mathematics/bool4/wyx.md)       | Swizzles the vector.                           |
| [wyxw](/engine/6000.6/script-reference/unity/mathematics/bool4/wyxw.md)     | Swizzles the vector.                           |
| [wyxx](/engine/6000.6/script-reference/unity/mathematics/bool4/wyxx.md)     | Swizzles the vector.                           |
| [wyxy](/engine/6000.6/script-reference/unity/mathematics/bool4/wyxy.md)     | Swizzles the vector.                           |
| [wyxz](/engine/6000.6/script-reference/unity/mathematics/bool4/wyxz.md)     | Swizzles the vector.                           |
| [wyy](/engine/6000.6/script-reference/unity/mathematics/bool4/wyy.md)       | Swizzles the vector.                           |
| [wyyw](/engine/6000.6/script-reference/unity/mathematics/bool4/wyyw.md)     | Swizzles the vector.                           |
| [wyyx](/engine/6000.6/script-reference/unity/mathematics/bool4/wyyx.md)     | Swizzles the vector.                           |
| [wyyy](/engine/6000.6/script-reference/unity/mathematics/bool4/wyyy.md)     | Swizzles the vector.                           |
| [wyyz](/engine/6000.6/script-reference/unity/mathematics/bool4/wyyz.md)     | Swizzles the vector.                           |
| [wyz](/engine/6000.6/script-reference/unity/mathematics/bool4/wyz.md)       | Swizzles the vector.                           |
| [wyzw](/engine/6000.6/script-reference/unity/mathematics/bool4/wyzw.md)     | Swizzles the vector.                           |
| [wyzx](/engine/6000.6/script-reference/unity/mathematics/bool4/wyzx.md)     | Swizzles the vector.                           |
| [wyzy](/engine/6000.6/script-reference/unity/mathematics/bool4/wyzy.md)     | Swizzles the vector.                           |
| [wyzz](/engine/6000.6/script-reference/unity/mathematics/bool4/wyzz.md)     | Swizzles the vector.                           |
| [wz](/engine/6000.6/script-reference/unity/mathematics/bool4/wz.md)         | Swizzles the vector.                           |
| [wzw](/engine/6000.6/script-reference/unity/mathematics/bool4/wzw.md)       | Swizzles the vector.                           |
| [wzww](/engine/6000.6/script-reference/unity/mathematics/bool4/wzww.md)     | Swizzles the vector.                           |
| [wzwx](/engine/6000.6/script-reference/unity/mathematics/bool4/wzwx.md)     | Swizzles the vector.                           |
| [wzwy](/engine/6000.6/script-reference/unity/mathematics/bool4/wzwy.md)     | Swizzles the vector.                           |
| [wzwz](/engine/6000.6/script-reference/unity/mathematics/bool4/wzwz.md)     | Swizzles the vector.                           |
| [wzx](/engine/6000.6/script-reference/unity/mathematics/bool4/wzx.md)       | Swizzles the vector.                           |
| [wzxw](/engine/6000.6/script-reference/unity/mathematics/bool4/wzxw.md)     | Swizzles the vector.                           |
| [wzxx](/engine/6000.6/script-reference/unity/mathematics/bool4/wzxx.md)     | Swizzles the vector.                           |
| [wzxy](/engine/6000.6/script-reference/unity/mathematics/bool4/wzxy.md)     | Swizzles the vector.                           |
| [wzxz](/engine/6000.6/script-reference/unity/mathematics/bool4/wzxz.md)     | Swizzles the vector.                           |
| [wzy](/engine/6000.6/script-reference/unity/mathematics/bool4/wzy.md)       | Swizzles the vector.                           |
| [wzyw](/engine/6000.6/script-reference/unity/mathematics/bool4/wzyw.md)     | Swizzles the vector.                           |
| [wzyx](/engine/6000.6/script-reference/unity/mathematics/bool4/wzyx.md)     | Swizzles the vector.                           |
| [wzyy](/engine/6000.6/script-reference/unity/mathematics/bool4/wzyy.md)     | Swizzles the vector.                           |
| [wzyz](/engine/6000.6/script-reference/unity/mathematics/bool4/wzyz.md)     | Swizzles the vector.                           |
| [wzz](/engine/6000.6/script-reference/unity/mathematics/bool4/wzz.md)       | Swizzles the vector.                           |
| [wzzw](/engine/6000.6/script-reference/unity/mathematics/bool4/wzzw.md)     | Swizzles the vector.                           |
| [wzzx](/engine/6000.6/script-reference/unity/mathematics/bool4/wzzx.md)     | Swizzles the vector.                           |
| [wzzy](/engine/6000.6/script-reference/unity/mathematics/bool4/wzzy.md)     | Swizzles the vector.                           |
| [wzzz](/engine/6000.6/script-reference/unity/mathematics/bool4/wzzz.md)     | Swizzles the vector.                           |
| [xw](/engine/6000.6/script-reference/unity/mathematics/bool4/xw.md)         | Swizzles the vector.                           |
| [xww](/engine/6000.6/script-reference/unity/mathematics/bool4/xww.md)       | Swizzles the vector.                           |
| [xwww](/engine/6000.6/script-reference/unity/mathematics/bool4/xwww.md)     | Swizzles the vector.                           |
| [xwwx](/engine/6000.6/script-reference/unity/mathematics/bool4/xwwx.md)     | Swizzles the vector.                           |
| [xwwy](/engine/6000.6/script-reference/unity/mathematics/bool4/xwwy.md)     | Swizzles the vector.                           |
| [xwwz](/engine/6000.6/script-reference/unity/mathematics/bool4/xwwz.md)     | Swizzles the vector.                           |
| [xwx](/engine/6000.6/script-reference/unity/mathematics/bool4/xwx.md)       | Swizzles the vector.                           |
| [xwxw](/engine/6000.6/script-reference/unity/mathematics/bool4/xwxw.md)     | Swizzles the vector.                           |
| [xwxx](/engine/6000.6/script-reference/unity/mathematics/bool4/xwxx.md)     | Swizzles the vector.                           |
| [xwxy](/engine/6000.6/script-reference/unity/mathematics/bool4/xwxy.md)     | Swizzles the vector.                           |
| [xwxz](/engine/6000.6/script-reference/unity/mathematics/bool4/xwxz.md)     | Swizzles the vector.                           |
| [xwy](/engine/6000.6/script-reference/unity/mathematics/bool4/xwy.md)       | Swizzles the vector.                           |
| [xwyw](/engine/6000.6/script-reference/unity/mathematics/bool4/xwyw.md)     | Swizzles the vector.                           |
| [xwyx](/engine/6000.6/script-reference/unity/mathematics/bool4/xwyx.md)     | Swizzles the vector.                           |
| [xwyy](/engine/6000.6/script-reference/unity/mathematics/bool4/xwyy.md)     | Swizzles the vector.                           |
| [xwyz](/engine/6000.6/script-reference/unity/mathematics/bool4/xwyz.md)     | Swizzles the vector.                           |
| [xwz](/engine/6000.6/script-reference/unity/mathematics/bool4/xwz.md)       | Swizzles the vector.                           |
| [xwzw](/engine/6000.6/script-reference/unity/mathematics/bool4/xwzw.md)     | Swizzles the vector.                           |
| [xwzx](/engine/6000.6/script-reference/unity/mathematics/bool4/xwzx.md)     | Swizzles the vector.                           |
| [xwzy](/engine/6000.6/script-reference/unity/mathematics/bool4/xwzy.md)     | Swizzles the vector.                           |
| [xwzz](/engine/6000.6/script-reference/unity/mathematics/bool4/xwzz.md)     | Swizzles the vector.                           |
| [xx](/engine/6000.6/script-reference/unity/mathematics/bool4/xx.md)         | Swizzles the vector.                           |
| [xxw](/engine/6000.6/script-reference/unity/mathematics/bool4/xxw.md)       | Swizzles the vector.                           |
| [xxww](/engine/6000.6/script-reference/unity/mathematics/bool4/xxww.md)     | Swizzles the vector.                           |
| [xxwx](/engine/6000.6/script-reference/unity/mathematics/bool4/xxwx.md)     | Swizzles the vector.                           |
| [xxwy](/engine/6000.6/script-reference/unity/mathematics/bool4/xxwy.md)     | Swizzles the vector.                           |
| [xxwz](/engine/6000.6/script-reference/unity/mathematics/bool4/xxwz.md)     | Swizzles the vector.                           |
| [xxx](/engine/6000.6/script-reference/unity/mathematics/bool4/xxx.md)       | Swizzles the vector.                           |
| [xxxw](/engine/6000.6/script-reference/unity/mathematics/bool4/xxxw.md)     | Swizzles the vector.                           |
| [xxxx](/engine/6000.6/script-reference/unity/mathematics/bool4/xxxx.md)     | Swizzles the vector.                           |
| [xxxy](/engine/6000.6/script-reference/unity/mathematics/bool4/xxxy.md)     | Swizzles the vector.                           |
| [xxxz](/engine/6000.6/script-reference/unity/mathematics/bool4/xxxz.md)     | Swizzles the vector.                           |
| [xxy](/engine/6000.6/script-reference/unity/mathematics/bool4/xxy.md)       | Swizzles the vector.                           |
| [xxyw](/engine/6000.6/script-reference/unity/mathematics/bool4/xxyw.md)     | Swizzles the vector.                           |
| [xxyx](/engine/6000.6/script-reference/unity/mathematics/bool4/xxyx.md)     | Swizzles the vector.                           |
| [xxyy](/engine/6000.6/script-reference/unity/mathematics/bool4/xxyy.md)     | Swizzles the vector.                           |
| [xxyz](/engine/6000.6/script-reference/unity/mathematics/bool4/xxyz.md)     | Swizzles the vector.                           |
| [xxz](/engine/6000.6/script-reference/unity/mathematics/bool4/xxz.md)       | Swizzles the vector.                           |
| [xxzw](/engine/6000.6/script-reference/unity/mathematics/bool4/xxzw.md)     | Swizzles the vector.                           |
| [xxzx](/engine/6000.6/script-reference/unity/mathematics/bool4/xxzx.md)     | Swizzles the vector.                           |
| [xxzy](/engine/6000.6/script-reference/unity/mathematics/bool4/xxzy.md)     | Swizzles the vector.                           |
| [xxzz](/engine/6000.6/script-reference/unity/mathematics/bool4/xxzz.md)     | Swizzles the vector.                           |
| [xy](/engine/6000.6/script-reference/unity/mathematics/bool4/xy.md)         | Swizzles the vector.                           |
| [xyw](/engine/6000.6/script-reference/unity/mathematics/bool4/xyw.md)       | Swizzles the vector.                           |
| [xyww](/engine/6000.6/script-reference/unity/mathematics/bool4/xyww.md)     | Swizzles the vector.                           |
| [xywx](/engine/6000.6/script-reference/unity/mathematics/bool4/xywx.md)     | Swizzles the vector.                           |
| [xywy](/engine/6000.6/script-reference/unity/mathematics/bool4/xywy.md)     | Swizzles the vector.                           |
| [xywz](/engine/6000.6/script-reference/unity/mathematics/bool4/xywz.md)     | Swizzles the vector.                           |
| [xyx](/engine/6000.6/script-reference/unity/mathematics/bool4/xyx.md)       | Swizzles the vector.                           |
| [xyxw](/engine/6000.6/script-reference/unity/mathematics/bool4/xyxw.md)     | Swizzles the vector.                           |
| [xyxx](/engine/6000.6/script-reference/unity/mathematics/bool4/xyxx.md)     | Swizzles the vector.                           |
| [xyxy](/engine/6000.6/script-reference/unity/mathematics/bool4/xyxy.md)     | Swizzles the vector.                           |
| [xyxz](/engine/6000.6/script-reference/unity/mathematics/bool4/xyxz.md)     | Swizzles the vector.                           |
| [xyy](/engine/6000.6/script-reference/unity/mathematics/bool4/xyy.md)       | Swizzles the vector.                           |
| [xyyw](/engine/6000.6/script-reference/unity/mathematics/bool4/xyyw.md)     | Swizzles the vector.                           |
| [xyyx](/engine/6000.6/script-reference/unity/mathematics/bool4/xyyx.md)     | Swizzles the vector.                           |
| [xyyy](/engine/6000.6/script-reference/unity/mathematics/bool4/xyyy.md)     | Swizzles the vector.                           |
| [xyyz](/engine/6000.6/script-reference/unity/mathematics/bool4/xyyz.md)     | Swizzles the vector.                           |
| [xyz](/engine/6000.6/script-reference/unity/mathematics/bool4/xyz.md)       | Swizzles the vector.                           |
| [xyzw](/engine/6000.6/script-reference/unity/mathematics/bool4/xyzw.md)     | Swizzles the vector.                           |
| [xyzx](/engine/6000.6/script-reference/unity/mathematics/bool4/xyzx.md)     | Swizzles the vector.                           |
| [xyzy](/engine/6000.6/script-reference/unity/mathematics/bool4/xyzy.md)     | Swizzles the vector.                           |
| [xyzz](/engine/6000.6/script-reference/unity/mathematics/bool4/xyzz.md)     | Swizzles the vector.                           |
| [xz](/engine/6000.6/script-reference/unity/mathematics/bool4/xz.md)         | Swizzles the vector.                           |
| [xzw](/engine/6000.6/script-reference/unity/mathematics/bool4/xzw.md)       | Swizzles the vector.                           |
| [xzww](/engine/6000.6/script-reference/unity/mathematics/bool4/xzww.md)     | Swizzles the vector.                           |
| [xzwx](/engine/6000.6/script-reference/unity/mathematics/bool4/xzwx.md)     | Swizzles the vector.                           |
| [xzwy](/engine/6000.6/script-reference/unity/mathematics/bool4/xzwy.md)     | Swizzles the vector.                           |
| [xzwz](/engine/6000.6/script-reference/unity/mathematics/bool4/xzwz.md)     | Swizzles the vector.                           |
| [xzx](/engine/6000.6/script-reference/unity/mathematics/bool4/xzx.md)       | Swizzles the vector.                           |
| [xzxw](/engine/6000.6/script-reference/unity/mathematics/bool4/xzxw.md)     | Swizzles the vector.                           |
| [xzxx](/engine/6000.6/script-reference/unity/mathematics/bool4/xzxx.md)     | Swizzles the vector.                           |
| [xzxy](/engine/6000.6/script-reference/unity/mathematics/bool4/xzxy.md)     | Swizzles the vector.                           |
| [xzxz](/engine/6000.6/script-reference/unity/mathematics/bool4/xzxz.md)     | Swizzles the vector.                           |
| [xzy](/engine/6000.6/script-reference/unity/mathematics/bool4/xzy.md)       | Swizzles the vector.                           |
| [xzyw](/engine/6000.6/script-reference/unity/mathematics/bool4/xzyw.md)     | Swizzles the vector.                           |
| [xzyx](/engine/6000.6/script-reference/unity/mathematics/bool4/xzyx.md)     | Swizzles the vector.                           |
| [xzyy](/engine/6000.6/script-reference/unity/mathematics/bool4/xzyy.md)     | Swizzles the vector.                           |
| [xzyz](/engine/6000.6/script-reference/unity/mathematics/bool4/xzyz.md)     | Swizzles the vector.                           |
| [xzz](/engine/6000.6/script-reference/unity/mathematics/bool4/xzz.md)       | Swizzles the vector.                           |
| [xzzw](/engine/6000.6/script-reference/unity/mathematics/bool4/xzzw.md)     | Swizzles the vector.                           |
| [xzzx](/engine/6000.6/script-reference/unity/mathematics/bool4/xzzx.md)     | Swizzles the vector.                           |
| [xzzy](/engine/6000.6/script-reference/unity/mathematics/bool4/xzzy.md)     | Swizzles the vector.                           |
| [xzzz](/engine/6000.6/script-reference/unity/mathematics/bool4/xzzz.md)     | Swizzles the vector.                           |
| [yw](/engine/6000.6/script-reference/unity/mathematics/bool4/yw.md)         | Swizzles the vector.                           |
| [yww](/engine/6000.6/script-reference/unity/mathematics/bool4/yww.md)       | Swizzles the vector.                           |
| [ywww](/engine/6000.6/script-reference/unity/mathematics/bool4/ywww.md)     | Swizzles the vector.                           |
| [ywwx](/engine/6000.6/script-reference/unity/mathematics/bool4/ywwx.md)     | Swizzles the vector.                           |
| [ywwy](/engine/6000.6/script-reference/unity/mathematics/bool4/ywwy.md)     | Swizzles the vector.                           |
| [ywwz](/engine/6000.6/script-reference/unity/mathematics/bool4/ywwz.md)     | Swizzles the vector.                           |
| [ywx](/engine/6000.6/script-reference/unity/mathematics/bool4/ywx.md)       | Swizzles the vector.                           |
| [ywxw](/engine/6000.6/script-reference/unity/mathematics/bool4/ywxw.md)     | Swizzles the vector.                           |
| [ywxx](/engine/6000.6/script-reference/unity/mathematics/bool4/ywxx.md)     | Swizzles the vector.                           |
| [ywxy](/engine/6000.6/script-reference/unity/mathematics/bool4/ywxy.md)     | Swizzles the vector.                           |
| [ywxz](/engine/6000.6/script-reference/unity/mathematics/bool4/ywxz.md)     | Swizzles the vector.                           |
| [ywy](/engine/6000.6/script-reference/unity/mathematics/bool4/ywy.md)       | Swizzles the vector.                           |
| [ywyw](/engine/6000.6/script-reference/unity/mathematics/bool4/ywyw.md)     | Swizzles the vector.                           |
| [ywyx](/engine/6000.6/script-reference/unity/mathematics/bool4/ywyx.md)     | Swizzles the vector.                           |
| [ywyy](/engine/6000.6/script-reference/unity/mathematics/bool4/ywyy.md)     | Swizzles the vector.                           |
| [ywyz](/engine/6000.6/script-reference/unity/mathematics/bool4/ywyz.md)     | Swizzles the vector.                           |
| [ywz](/engine/6000.6/script-reference/unity/mathematics/bool4/ywz.md)       | Swizzles the vector.                           |
| [ywzw](/engine/6000.6/script-reference/unity/mathematics/bool4/ywzw.md)     | Swizzles the vector.                           |
| [ywzx](/engine/6000.6/script-reference/unity/mathematics/bool4/ywzx.md)     | Swizzles the vector.                           |
| [ywzy](/engine/6000.6/script-reference/unity/mathematics/bool4/ywzy.md)     | Swizzles the vector.                           |
| [ywzz](/engine/6000.6/script-reference/unity/mathematics/bool4/ywzz.md)     | Swizzles the vector.                           |
| [yx](/engine/6000.6/script-reference/unity/mathematics/bool4/yx.md)         | Swizzles the vector.                           |
| [yxw](/engine/6000.6/script-reference/unity/mathematics/bool4/yxw.md)       | Swizzles the vector.                           |
| [yxww](/engine/6000.6/script-reference/unity/mathematics/bool4/yxww.md)     | Swizzles the vector.                           |
| [yxwx](/engine/6000.6/script-reference/unity/mathematics/bool4/yxwx.md)     | Swizzles the vector.                           |
| [yxwy](/engine/6000.6/script-reference/unity/mathematics/bool4/yxwy.md)     | Swizzles the vector.                           |
| [yxwz](/engine/6000.6/script-reference/unity/mathematics/bool4/yxwz.md)     | Swizzles the vector.                           |
| [yxx](/engine/6000.6/script-reference/unity/mathematics/bool4/yxx.md)       | Swizzles the vector.                           |
| [yxxw](/engine/6000.6/script-reference/unity/mathematics/bool4/yxxw.md)     | Swizzles the vector.                           |
| [yxxx](/engine/6000.6/script-reference/unity/mathematics/bool4/yxxx.md)     | Swizzles the vector.                           |
| [yxxy](/engine/6000.6/script-reference/unity/mathematics/bool4/yxxy.md)     | Swizzles the vector.                           |
| [yxxz](/engine/6000.6/script-reference/unity/mathematics/bool4/yxxz.md)     | Swizzles the vector.                           |
| [yxy](/engine/6000.6/script-reference/unity/mathematics/bool4/yxy.md)       | Swizzles the vector.                           |
| [yxyw](/engine/6000.6/script-reference/unity/mathematics/bool4/yxyw.md)     | Swizzles the vector.                           |
| [yxyx](/engine/6000.6/script-reference/unity/mathematics/bool4/yxyx.md)     | Swizzles the vector.                           |
| [yxyy](/engine/6000.6/script-reference/unity/mathematics/bool4/yxyy.md)     | Swizzles the vector.                           |
| [yxyz](/engine/6000.6/script-reference/unity/mathematics/bool4/yxyz.md)     | Swizzles the vector.                           |
| [yxz](/engine/6000.6/script-reference/unity/mathematics/bool4/yxz.md)       | Swizzles the vector.                           |
| [yxzw](/engine/6000.6/script-reference/unity/mathematics/bool4/yxzw.md)     | Swizzles the vector.                           |
| [yxzx](/engine/6000.6/script-reference/unity/mathematics/bool4/yxzx.md)     | Swizzles the vector.                           |
| [yxzy](/engine/6000.6/script-reference/unity/mathematics/bool4/yxzy.md)     | Swizzles the vector.                           |
| [yxzz](/engine/6000.6/script-reference/unity/mathematics/bool4/yxzz.md)     | Swizzles the vector.                           |
| [yy](/engine/6000.6/script-reference/unity/mathematics/bool4/yy.md)         | Swizzles the vector.                           |
| [yyw](/engine/6000.6/script-reference/unity/mathematics/bool4/yyw.md)       | Swizzles the vector.                           |
| [yyww](/engine/6000.6/script-reference/unity/mathematics/bool4/yyww.md)     | Swizzles the vector.                           |
| [yywx](/engine/6000.6/script-reference/unity/mathematics/bool4/yywx.md)     | Swizzles the vector.                           |
| [yywy](/engine/6000.6/script-reference/unity/mathematics/bool4/yywy.md)     | Swizzles the vector.                           |
| [yywz](/engine/6000.6/script-reference/unity/mathematics/bool4/yywz.md)     | Swizzles the vector.                           |
| [yyx](/engine/6000.6/script-reference/unity/mathematics/bool4/yyx.md)       | Swizzles the vector.                           |
| [yyxw](/engine/6000.6/script-reference/unity/mathematics/bool4/yyxw.md)     | Swizzles the vector.                           |
| [yyxx](/engine/6000.6/script-reference/unity/mathematics/bool4/yyxx.md)     | Swizzles the vector.                           |
| [yyxy](/engine/6000.6/script-reference/unity/mathematics/bool4/yyxy.md)     | Swizzles the vector.                           |
| [yyxz](/engine/6000.6/script-reference/unity/mathematics/bool4/yyxz.md)     | Swizzles the vector.                           |
| [yyy](/engine/6000.6/script-reference/unity/mathematics/bool4/yyy.md)       | Swizzles the vector.                           |
| [yyyw](/engine/6000.6/script-reference/unity/mathematics/bool4/yyyw.md)     | Swizzles the vector.                           |
| [yyyx](/engine/6000.6/script-reference/unity/mathematics/bool4/yyyx.md)     | Swizzles the vector.                           |
| [yyyy](/engine/6000.6/script-reference/unity/mathematics/bool4/yyyy.md)     | Swizzles the vector.                           |
| [yyyz](/engine/6000.6/script-reference/unity/mathematics/bool4/yyyz.md)     | Swizzles the vector.                           |
| [yyz](/engine/6000.6/script-reference/unity/mathematics/bool4/yyz.md)       | Swizzles the vector.                           |
| [yyzw](/engine/6000.6/script-reference/unity/mathematics/bool4/yyzw.md)     | Swizzles the vector.                           |
| [yyzx](/engine/6000.6/script-reference/unity/mathematics/bool4/yyzx.md)     | Swizzles the vector.                           |
| [yyzy](/engine/6000.6/script-reference/unity/mathematics/bool4/yyzy.md)     | Swizzles the vector.                           |
| [yyzz](/engine/6000.6/script-reference/unity/mathematics/bool4/yyzz.md)     | Swizzles the vector.                           |
| [yz](/engine/6000.6/script-reference/unity/mathematics/bool4/yz.md)         | Swizzles the vector.                           |
| [yzw](/engine/6000.6/script-reference/unity/mathematics/bool4/yzw.md)       | Swizzles the vector.                           |
| [yzww](/engine/6000.6/script-reference/unity/mathematics/bool4/yzww.md)     | Swizzles the vector.                           |
| [yzwx](/engine/6000.6/script-reference/unity/mathematics/bool4/yzwx.md)     | Swizzles the vector.                           |
| [yzwy](/engine/6000.6/script-reference/unity/mathematics/bool4/yzwy.md)     | Swizzles the vector.                           |
| [yzwz](/engine/6000.6/script-reference/unity/mathematics/bool4/yzwz.md)     | Swizzles the vector.                           |
| [yzx](/engine/6000.6/script-reference/unity/mathematics/bool4/yzx.md)       | Swizzles the vector.                           |
| [yzxw](/engine/6000.6/script-reference/unity/mathematics/bool4/yzxw.md)     | Swizzles the vector.                           |
| [yzxx](/engine/6000.6/script-reference/unity/mathematics/bool4/yzxx.md)     | Swizzles the vector.                           |
| [yzxy](/engine/6000.6/script-reference/unity/mathematics/bool4/yzxy.md)     | Swizzles the vector.                           |
| [yzxz](/engine/6000.6/script-reference/unity/mathematics/bool4/yzxz.md)     | Swizzles the vector.                           |
| [yzy](/engine/6000.6/script-reference/unity/mathematics/bool4/yzy.md)       | Swizzles the vector.                           |
| [yzyw](/engine/6000.6/script-reference/unity/mathematics/bool4/yzyw.md)     | Swizzles the vector.                           |
| [yzyx](/engine/6000.6/script-reference/unity/mathematics/bool4/yzyx.md)     | Swizzles the vector.                           |
| [yzyy](/engine/6000.6/script-reference/unity/mathematics/bool4/yzyy.md)     | Swizzles the vector.                           |
| [yzyz](/engine/6000.6/script-reference/unity/mathematics/bool4/yzyz.md)     | Swizzles the vector.                           |
| [yzz](/engine/6000.6/script-reference/unity/mathematics/bool4/yzz.md)       | Swizzles the vector.                           |
| [yzzw](/engine/6000.6/script-reference/unity/mathematics/bool4/yzzw.md)     | Swizzles the vector.                           |
| [yzzx](/engine/6000.6/script-reference/unity/mathematics/bool4/yzzx.md)     | Swizzles the vector.                           |
| [yzzy](/engine/6000.6/script-reference/unity/mathematics/bool4/yzzy.md)     | Swizzles the vector.                           |
| [yzzz](/engine/6000.6/script-reference/unity/mathematics/bool4/yzzz.md)     | Swizzles the vector.                           |
| [zw](/engine/6000.6/script-reference/unity/mathematics/bool4/zw.md)         | Swizzles the vector.                           |
| [zww](/engine/6000.6/script-reference/unity/mathematics/bool4/zww.md)       | Swizzles the vector.                           |
| [zwww](/engine/6000.6/script-reference/unity/mathematics/bool4/zwww.md)     | Swizzles the vector.                           |
| [zwwx](/engine/6000.6/script-reference/unity/mathematics/bool4/zwwx.md)     | Swizzles the vector.                           |
| [zwwy](/engine/6000.6/script-reference/unity/mathematics/bool4/zwwy.md)     | Swizzles the vector.                           |
| [zwwz](/engine/6000.6/script-reference/unity/mathematics/bool4/zwwz.md)     | Swizzles the vector.                           |
| [zwx](/engine/6000.6/script-reference/unity/mathematics/bool4/zwx.md)       | Swizzles the vector.                           |
| [zwxw](/engine/6000.6/script-reference/unity/mathematics/bool4/zwxw.md)     | Swizzles the vector.                           |
| [zwxx](/engine/6000.6/script-reference/unity/mathematics/bool4/zwxx.md)     | Swizzles the vector.                           |
| [zwxy](/engine/6000.6/script-reference/unity/mathematics/bool4/zwxy.md)     | Swizzles the vector.                           |
| [zwxz](/engine/6000.6/script-reference/unity/mathematics/bool4/zwxz.md)     | Swizzles the vector.                           |
| [zwy](/engine/6000.6/script-reference/unity/mathematics/bool4/zwy.md)       | Swizzles the vector.                           |
| [zwyw](/engine/6000.6/script-reference/unity/mathematics/bool4/zwyw.md)     | Swizzles the vector.                           |
| [zwyx](/engine/6000.6/script-reference/unity/mathematics/bool4/zwyx.md)     | Swizzles the vector.                           |
| [zwyy](/engine/6000.6/script-reference/unity/mathematics/bool4/zwyy.md)     | Swizzles the vector.                           |
| [zwyz](/engine/6000.6/script-reference/unity/mathematics/bool4/zwyz.md)     | Swizzles the vector.                           |
| [zwz](/engine/6000.6/script-reference/unity/mathematics/bool4/zwz.md)       | Swizzles the vector.                           |
| [zwzw](/engine/6000.6/script-reference/unity/mathematics/bool4/zwzw.md)     | Swizzles the vector.                           |
| [zwzx](/engine/6000.6/script-reference/unity/mathematics/bool4/zwzx.md)     | Swizzles the vector.                           |
| [zwzy](/engine/6000.6/script-reference/unity/mathematics/bool4/zwzy.md)     | Swizzles the vector.                           |
| [zwzz](/engine/6000.6/script-reference/unity/mathematics/bool4/zwzz.md)     | Swizzles the vector.                           |
| [zx](/engine/6000.6/script-reference/unity/mathematics/bool4/zx.md)         | Swizzles the vector.                           |
| [zxw](/engine/6000.6/script-reference/unity/mathematics/bool4/zxw.md)       | Swizzles the vector.                           |
| [zxww](/engine/6000.6/script-reference/unity/mathematics/bool4/zxww.md)     | Swizzles the vector.                           |
| [zxwx](/engine/6000.6/script-reference/unity/mathematics/bool4/zxwx.md)     | Swizzles the vector.                           |
| [zxwy](/engine/6000.6/script-reference/unity/mathematics/bool4/zxwy.md)     | Swizzles the vector.                           |
| [zxwz](/engine/6000.6/script-reference/unity/mathematics/bool4/zxwz.md)     | Swizzles the vector.                           |
| [zxx](/engine/6000.6/script-reference/unity/mathematics/bool4/zxx.md)       | Swizzles the vector.                           |
| [zxxw](/engine/6000.6/script-reference/unity/mathematics/bool4/zxxw.md)     | Swizzles the vector.                           |
| [zxxx](/engine/6000.6/script-reference/unity/mathematics/bool4/zxxx.md)     | Swizzles the vector.                           |
| [zxxy](/engine/6000.6/script-reference/unity/mathematics/bool4/zxxy.md)     | Swizzles the vector.                           |
| [zxxz](/engine/6000.6/script-reference/unity/mathematics/bool4/zxxz.md)     | Swizzles the vector.                           |
| [zxy](/engine/6000.6/script-reference/unity/mathematics/bool4/zxy.md)       | Swizzles the vector.                           |
| [zxyw](/engine/6000.6/script-reference/unity/mathematics/bool4/zxyw.md)     | Swizzles the vector.                           |
| [zxyx](/engine/6000.6/script-reference/unity/mathematics/bool4/zxyx.md)     | Swizzles the vector.                           |
| [zxyy](/engine/6000.6/script-reference/unity/mathematics/bool4/zxyy.md)     | Swizzles the vector.                           |
| [zxyz](/engine/6000.6/script-reference/unity/mathematics/bool4/zxyz.md)     | Swizzles the vector.                           |
| [zxz](/engine/6000.6/script-reference/unity/mathematics/bool4/zxz.md)       | Swizzles the vector.                           |
| [zxzw](/engine/6000.6/script-reference/unity/mathematics/bool4/zxzw.md)     | Swizzles the vector.                           |
| [zxzx](/engine/6000.6/script-reference/unity/mathematics/bool4/zxzx.md)     | Swizzles the vector.                           |
| [zxzy](/engine/6000.6/script-reference/unity/mathematics/bool4/zxzy.md)     | Swizzles the vector.                           |
| [zxzz](/engine/6000.6/script-reference/unity/mathematics/bool4/zxzz.md)     | Swizzles the vector.                           |
| [zy](/engine/6000.6/script-reference/unity/mathematics/bool4/zy.md)         | Swizzles the vector.                           |
| [zyw](/engine/6000.6/script-reference/unity/mathematics/bool4/zyw.md)       | Swizzles the vector.                           |
| [zyww](/engine/6000.6/script-reference/unity/mathematics/bool4/zyww.md)     | Swizzles the vector.                           |
| [zywx](/engine/6000.6/script-reference/unity/mathematics/bool4/zywx.md)     | Swizzles the vector.                           |
| [zywy](/engine/6000.6/script-reference/unity/mathematics/bool4/zywy.md)     | Swizzles the vector.                           |
| [zywz](/engine/6000.6/script-reference/unity/mathematics/bool4/zywz.md)     | Swizzles the vector.                           |
| [zyx](/engine/6000.6/script-reference/unity/mathematics/bool4/zyx.md)       | Swizzles the vector.                           |
| [zyxw](/engine/6000.6/script-reference/unity/mathematics/bool4/zyxw.md)     | Swizzles the vector.                           |
| [zyxx](/engine/6000.6/script-reference/unity/mathematics/bool4/zyxx.md)     | Swizzles the vector.                           |
| [zyxy](/engine/6000.6/script-reference/unity/mathematics/bool4/zyxy.md)     | Swizzles the vector.                           |
| [zyxz](/engine/6000.6/script-reference/unity/mathematics/bool4/zyxz.md)     | Swizzles the vector.                           |
| [zyy](/engine/6000.6/script-reference/unity/mathematics/bool4/zyy.md)       | Swizzles the vector.                           |
| [zyyw](/engine/6000.6/script-reference/unity/mathematics/bool4/zyyw.md)     | Swizzles the vector.                           |
| [zyyx](/engine/6000.6/script-reference/unity/mathematics/bool4/zyyx.md)     | Swizzles the vector.                           |
| [zyyy](/engine/6000.6/script-reference/unity/mathematics/bool4/zyyy.md)     | Swizzles the vector.                           |
| [zyyz](/engine/6000.6/script-reference/unity/mathematics/bool4/zyyz.md)     | Swizzles the vector.                           |
| [zyz](/engine/6000.6/script-reference/unity/mathematics/bool4/zyz.md)       | Swizzles the vector.                           |
| [zyzw](/engine/6000.6/script-reference/unity/mathematics/bool4/zyzw.md)     | Swizzles the vector.                           |
| [zyzx](/engine/6000.6/script-reference/unity/mathematics/bool4/zyzx.md)     | Swizzles the vector.                           |
| [zyzy](/engine/6000.6/script-reference/unity/mathematics/bool4/zyzy.md)     | Swizzles the vector.                           |
| [zyzz](/engine/6000.6/script-reference/unity/mathematics/bool4/zyzz.md)     | Swizzles the vector.                           |
| [zz](/engine/6000.6/script-reference/unity/mathematics/bool4/zz.md)         | Swizzles the vector.                           |
| [zzw](/engine/6000.6/script-reference/unity/mathematics/bool4/zzw.md)       | Swizzles the vector.                           |
| [zzww](/engine/6000.6/script-reference/unity/mathematics/bool4/zzww.md)     | Swizzles the vector.                           |
| [zzwx](/engine/6000.6/script-reference/unity/mathematics/bool4/zzwx.md)     | Swizzles the vector.                           |
| [zzwy](/engine/6000.6/script-reference/unity/mathematics/bool4/zzwy.md)     | Swizzles the vector.                           |
| [zzwz](/engine/6000.6/script-reference/unity/mathematics/bool4/zzwz.md)     | Swizzles the vector.                           |
| [zzx](/engine/6000.6/script-reference/unity/mathematics/bool4/zzx.md)       | Swizzles the vector.                           |
| [zzxw](/engine/6000.6/script-reference/unity/mathematics/bool4/zzxw.md)     | Swizzles the vector.                           |
| [zzxx](/engine/6000.6/script-reference/unity/mathematics/bool4/zzxx.md)     | Swizzles the vector.                           |
| [zzxy](/engine/6000.6/script-reference/unity/mathematics/bool4/zzxy.md)     | Swizzles the vector.                           |
| [zzxz](/engine/6000.6/script-reference/unity/mathematics/bool4/zzxz.md)     | Swizzles the vector.                           |
| [zzy](/engine/6000.6/script-reference/unity/mathematics/bool4/zzy.md)       | Swizzles the vector.                           |
| [zzyw](/engine/6000.6/script-reference/unity/mathematics/bool4/zzyw.md)     | Swizzles the vector.                           |
| [zzyx](/engine/6000.6/script-reference/unity/mathematics/bool4/zzyx.md)     | Swizzles the vector.                           |
| [zzyy](/engine/6000.6/script-reference/unity/mathematics/bool4/zzyy.md)     | Swizzles the vector.                           |
| [zzyz](/engine/6000.6/script-reference/unity/mathematics/bool4/zzyz.md)     | Swizzles the vector.                           |
| [zzz](/engine/6000.6/script-reference/unity/mathematics/bool4/zzz.md)       | Swizzles the vector.                           |
| [zzzw](/engine/6000.6/script-reference/unity/mathematics/bool4/zzzw.md)     | Swizzles the vector.                           |
| [zzzx](/engine/6000.6/script-reference/unity/mathematics/bool4/zzzx.md)     | Swizzles the vector.                           |
| [zzzy](/engine/6000.6/script-reference/unity/mathematics/bool4/zzzy.md)     | Swizzles the vector.                           |
| [zzzz](/engine/6000.6/script-reference/unity/mathematics/bool4/zzzz.md)     | Swizzles the vector.                           |

## Methods

| Method                                                                                | Description                                                           |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [Equals](/engine/6000.6/script-reference/unity/mathematics/bool4/equals.md)           | Returns true if the bool4 is equal to a given bool4, false otherwise. |
| [GetHashCode](/engine/6000.6/script-reference/unity/mathematics/bool4/gethashcode.md) | Returns a hash code for the bool4.                                    |
| [ToString](/engine/6000.6/script-reference/unity/mathematics/bool4/tostring.md)       | Returns a string representation of the bool4.                         |

## Operators

| Operator                                                                                | Description                                                                                              |
| --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| [operator &](/engine/6000.6/script-reference/unity/mathematics/bool4/op-bitwiseand.md)  | Returns the result of a componentwise bitwise and operation on a bool value and a bool4 vector.          |
| [operator \|](/engine/6000.6/script-reference/unity/mathematics/bool4/op-bitwiseor.md)  | Returns the result of a componentwise bitwise or operation on a bool value and a bool4 vector.           |
| [operator ==](/engine/6000.6/script-reference/unity/mathematics/bool4/op-equality.md)   | Returns the result of a componentwise equality operation on a bool value and a bool4 vector.             |
| [operator ^](/engine/6000.6/script-reference/unity/mathematics/bool4/op-exclusiveor.md) | Returns the result of a componentwise bitwise exclusive or operation on a bool value and a bool4 vector. |
| [bool4](/engine/6000.6/script-reference/unity/mathematics/bool4/op-implicit.md)         | Implicitly converts a single bool value to a bool4 vector by assigning it to every component.            |
| [operator !=](/engine/6000.6/script-reference/unity/mathematics/bool4/op-inequality.md) | Returns the result of a componentwise not equal operation on a bool value and a bool4 vector.            |
| [operator !](/engine/6000.6/script-reference/unity/mathematics/bool4/op-logicalnot.md)  | Returns the result of a componentwise not operation on a bool4 vector.                                   |
