Aqueduct.SitecoreLib.DataAccess.ValueResolvers.GuidValueResolver.CanResolve C# (CSharp) Method

CanResolve() public method

public CanResolve ( Type type ) : bool
type System.Type
return bool
		public bool CanResolve(Type type)
		{
			return typeof (Guid) == type;
		}