[Closed] Rename EqualsConverter
+ NotEqualsConverter
to IsEqualConverter
+ IsNotEqualConverter
#314
Closed
TheCodeTraveler
started this conversation in
General
Replies: 2 comments 4 replies
-
as for the file name. some of them end with shared. some of them not: |
Beta Was this translation helpful? Give feedback.
4 replies
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
EqualsConverter
andNotEqualsConverter
are the only converters inCommunityToolkit.Maui
that return abool
and do not begin withIs*
.CommunityToolkit.Maui
includes the following converters which all return abool
and begin withIs*
:IsListNotNullOrEmptyConverter
IsListNullOrEmptyConverter
IsStringNotNullOrEmptyConverter
IsStringNotNullOrWhiteSpaceConverter
IsStringNullOrEmptyConverter
IsStringNullOrWhiteSpaceConverter
I propose that we update the following converters to match the existing naming schema and improve discoverability:
EqualsConverter
toIsEqualConverter
NotEqualsConverter
toIsNotEqualConverter
Beta Was this translation helpful? Give feedback.
All reactions