Common: Apply distinct to sql placeholders

This commit is contained in:
Jonathan Jenne
2022-05-18 12:59:03 +02:00
parent 48830e3dd9
commit f0c27890a8
6 changed files with 50 additions and 41 deletions

View File

@@ -38,11 +38,6 @@ Namespace SQLEditor
Name = pValue
[Module] = pModule
End Sub
Public Overrides Function Equals(obj As Object) As Boolean
Return DirectCast(obj, Placeholder).Module = [Module] And
DirectCast(obj, Placeholder).Name = Name
End Function
End Class
End Namespace