How to Check if a Colum in a datatable contain Distinct Element

Hello,

 I had a datatable dt i need to check if:

1-the Column3 has disticnt values
2-the Column3 contain only a certain Value for exemple ("RPA")

Use Remove duplicate rows.

You can also write select query with distinct keyword for the column you want to find distinct values.