File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/Castle.Core/DynamicProxy/Generators Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2004-2021 Castle Project - http://www.castleproject.org/
1+ // Copyright 2004-2025 Castle Project - http://www.castleproject.org/
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -128,7 +128,7 @@ public bool Equals(MetaEvent other)
128128 return true ;
129129 }
130130
131- if ( ! StringComparer . OrdinalIgnoreCase . Equals ( Name , other . Name ) )
131+ if ( ! StringComparer . Ordinal . Equals ( Name , other . Name ) )
132132 {
133133 return false ;
134134 }
Original file line number Diff line number Diff line change 1- // Copyright 2004-2021 Castle Project - http://www.castleproject.org/
1+ // Copyright 2004-2025 Castle Project - http://www.castleproject.org/
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -61,7 +61,7 @@ public bool Equals(MetaMethod other)
6161 return true ;
6262 }
6363
64- if ( ! StringComparer . OrdinalIgnoreCase . Equals ( Name , other . Name ) )
64+ if ( ! StringComparer . Ordinal . Equals ( Name , other . Name ) )
6565 {
6666 return false ;
6767 }
Original file line number Diff line number Diff line change 1- // Copyright 2004-2021 Castle Project - http://www.castleproject.org/
1+ // Copyright 2004-2025 Castle Project - http://www.castleproject.org/
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -159,7 +159,7 @@ public bool Equals(MetaProperty other)
159159 return true ;
160160 }
161161
162- if ( ! StringComparer . OrdinalIgnoreCase . Equals ( Name , other . Name ) )
162+ if ( ! StringComparer . Ordinal . Equals ( Name , other . Name ) )
163163 {
164164 return false ;
165165 }
You can’t perform that action at this time.
0 commit comments