Method EqualsParametersTypeAnyVector
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
EqualsParametersTypeAnyVector(MethodInfo, MethodInfo)
Check that the parameter list of the methods are the same, ignoring the difference in the bit length of the vectors (检查方法的参数列表是否相同, 忽略向量的位长的差异).
public static bool EqualsParametersTypeAnyVector(MethodInfo a, MethodInfo b)
Parameters
a
MethodInfoThe first value (第一个值).
b
MethodInfoThe second value (第二个值).
Returns
- bool
Returns true if equal, otherwise false (若相等便返回true, 否则返回false).