HandCoded.Finance.TimeZone.IsUTC C# (CSharp) Method

IsUTC() public method

Determines if the TimeZone is UTC.
public IsUTC ( ) : bool
return bool
        public bool IsUTC()
        {
            return (Equals (UTC));
        }