示例#1
0
 public override bool Equals(IMethodBaseSignature <MethodBaseSig> other) => Equals(other as MethodSignature);
示例#2
0
 public virtual bool Equals(IMethodBaseSignature <MethodBaseSig> other) => !(other is null) && CallingConvention == other.CallingConvention && Parameters.Compare(other.Parameters);