System.Net.WebProxyScriptHelper.WebProxyScriptHelper.isGMT C# (CSharp) Method

isGMT() private static method

private static isGMT ( string gmt ) : bool
gmt string
return bool
        private static bool isGMT(string gmt)
        {
            return string.Compare(gmt, "GMT", StringComparison.OrdinalIgnoreCase)==0;
        }