Table of Contents

Method EqualsParametersType

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

EqualsParametersType(MethodInfo, MethodInfo)

Check that the parameter list of the methods are the same (检查方法的参数列表是否相同).

public static bool EqualsParametersType(MethodInfo a, MethodInfo b)

Parameters

a MethodInfo

The first value (第一个值).

b MethodInfo

The second value (第二个值).

Returns

bool

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