The repetition of the Not operator is usually a typo. The second operator invalidates the first one:
Not
Dim b As Boolean = False Dim c As Boolean = Not Not b 'Noncompliant: equivalent to "b"