Method IsBitwiseEquatable
- Namespace
- Zyl.ExSpans.Reflection
- Assembly
- ExSpans.Core.dll
IsBitwiseEquatable<T>()
Is BitwiseEquatable types (是按位相等的类型)
public static bool IsBitwiseEquatable<T>()
Returns
- bool
true is BitwiseEquatable types; otherwise is false.
Type Parameters
T
The element type (元素的类型).
Remarks
Due to the fact that the method was not publicly available at the time of execution, it will now rolled back to call the IsPrimitive<T>() method (由于运行时尚未公开该方法, 目前会回退为调用 IsPrimitive 方法)
BitwiseEquatable types: https://github.com/dotnet/runtime/issues/46017