Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
1
Please
log in
to post a comment.
generics one more doubt-stack overflow exception
uniqueness
Příklad
Linked List with basic functions.
Fórum ➡ DataTable #1's rows that are NOT present in DataTable #2 ♦
TuplaDivWriteHexa
Easy prgm
Merge two array
Main4-5
Generics Operator test
stackse - search stackoverflow differently
Please log in to post a comment.