parent\parent\Common\TypeSystem\Common\MethodDesc.cs (4)
257return Equals(otherSignature, allowCovariantReturn: false, allowEquivalence: false);
262return Equals(otherSignature, allowCovariantReturn: true, allowEquivalence: true);
267return Equals(otherSignature, allowCovariantReturn: false, allowEquivalence: true, visited: null);
272return Equals(otherSignature, allowCovariantReturn: false, allowEquivalence: true, visited: visited);