Esempio n. 1
0
 protected bool Equals(TypeIdentifier other)
 {
     return(string.Equals(_typeName, other._typeName) && _moduleName.Equals(other._moduleName));
 }
Esempio n. 2
0
 protected bool Equals(TypeIdentifier other)
 {
     return string.Equals(_typeName, other._typeName) && _moduleName.Equals(other._moduleName);
 }