Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
9
LINQ Collections
Rotate array to the right of a given pivot
qwerty
DijkstraAlgo
singly linked list traversal
Collections
Pot
where index
reverse words in astring
Please log in to post a comment.