/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
string DeathStar = "That's no moon"; // Here's the best way to compare strings. // http://msdn.microsoft.com/en-us/library/ms973919.aspx if (string.Compare(DeathStar, "THAT'S NO MOON", StringComparison.OrdinalIgnoreCase) == 0) { Chewie.GetUsOuttaHere(); }