0

can someone explain the ???

hello, this is the code I have problems with var left = (a: 5, b: 10); (int? a, int? b) nullableMembers = (5, 10); Console.WriteLine(left == nullableMembers); // Also true can someone please explain this ? means/does also, what does it do in this case: (int a, int b)? nullableTuple = right; thanks for the answers

17th Apr 2020, 1:25 PM
Michael
1 Odpowiedź
0
I forgot to say this is the website I found the examples: https://docs.microsoft.com/dotnet/csharp/tuples
17th Apr 2020, 1:26 PM
Michael