Method EqualsTypeAnyVector
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
EqualsTypeAnyVector(Type, Type)
Check that the type are the same, ignoring the difference in the bit length of the vectors (检查类型是否相同, 忽略向量的位长的差异).
public static bool EqualsTypeAnyVector(Type a, Type b)
Parameters
Returns
- bool
Returns true if equal, otherwise false (若相等便返回true, 否则返回false).