Balakin.VSOutputEnhancer.Tests.Stubs.ContentTypeStub.IsOfType C# (CSharp) Method

IsOfType() public method

public IsOfType ( String type ) : System.Boolean
type String
return System.Boolean
        public Boolean IsOfType(String type)
        {
            return String.Equals(type, TypeName, StringComparison.OrdinalIgnoreCase);
        }