--- layout: stdlib-reference --- # WaveActiveAllEqual ## Description ## Signature
/// Requires Capability Set 1: bool WaveActiveAllEqual<T>(T value) where T : __BuiltinType; /// Requires Capability Set 1: bool WaveActiveAllEqual<T, N:int>(vector<T, N> value) where T : __BuiltinType; /// Requires Capability Set 2: bool WaveActiveAllEqual<T, N:int, M:int>(matrix<T, N, M> value) where T : __BuiltinType;## Generic Parameters #### T: \_\_BuiltinType #### N : int #### M : int ## Parameters #### value : [T](waveactiveallequal-04ad.html#typeparam-T) #### value : [vector](../types/vector/index.html)\<[T](../types/vector/index.html#typeparam-T), [N](../types/vector/index.html#decl-N)\> #### value : [matrix](../types/matrix/index.html)\<[T](../types/matrix/t-0.html), [N](../types/matrix/index.html#decl-N), [M](../types/matrix/index.html#decl-M)\> ## Availability and Requirements ### Capability Set 1 Defined for the following targets: #### hlsl Available in all stages. #### glsl Available in all stages. #### cuda Available in all stages. #### spirv Available in all stages. Requires capability: `spvGroupNonUniformVote`. ### Capability Set 2 Defined for the following targets: #### hlsl Available in all stages. #### cuda Available in all stages.