System.Globalization.CompareInfo.CompareInfo.IsPrefix C# (CSharp) Method

IsPrefix() public method

public IsPrefix ( string source, string prefix ) : bool
source string
prefix string
return bool
		public virtual bool IsPrefix(string source, string prefix)
		{
			return(IsPrefix (source, prefix, CompareOptions.None));
		}

Same methods

CompareInfo.CompareInfo::IsPrefix ( string source, string prefix, CompareOptions options ) : bool