5 references to NotEqual
Microsoft.AspNetCore.Antiforgery.Test (2)
BinaryBlobTest.cs (2)
18
Assert.
NotEqual
(new byte[64 / 8], data); // should not be a zero-filled array
39
Assert.
NotEqual
(blobA.GetData(), blobB.GetData());
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
576
Assert.
NotEqual
(plaintext, protectedData);
System.Drawing.Common.Tests (2)
System\Drawing\PenTests.cs (2)
317
Assert.
NotEqual
(compoundArray, pen.CompoundArray);
542
Assert.
NotEqual
(pattern, pen.DashPattern);