namespace Mono.Cecil { internal enum TypeComparisonMode { Exact, SignatureOnly, /// /// Types can be in different assemblies, as long as the module, assembly, and type names match they will be considered equal /// SignatureOnlyLoose } }