Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
type comparison
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here var x = "asdf"; Console.WriteLine(x.GetType().IsAssignableFrom(typeof(object))); Console.WriteLine(x is object); } } }
run
|
edit
|
history
|
help
2
sdfgyutresdf
Codenew
Armstrong
30272 Program Ex7_1 switch_int
1.
Order of Ops 5 (easier)
Linear search vs. Binary search
miner
SADCAX AAAA
Print dulicate chars in a string