7 lines
196 B
C#
7 lines
196 B
C#
|
// CS1696: Single-line comment or end-of-line expected
|
||
|
// Line: 5
|
||
|
// Compiler options: -warnaserror
|
||
|
|
||
|
#pragma warning disable 659 /* overrides Equals but not GetHashCode */
|
||
|
#pragma warning restore
|