Table of Contents

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

a Type

The first value (第一个值).

b Type

The second value (第二个值).

Returns

bool

Returns true if equal, otherwise false (若相等便返回true, 否则返回false).