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