Show / Hide Table of Contents

Class StringComparerProvider

Inheritance
System.Object
StringComparerProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Common
Assembly: SpiceSharpParser.dll
Syntax
public static class StringComparerProvider

Methods

| Improve this Doc View Source

Get(Boolean)

Declaration
public static EqualityComparer<string> Get(bool caseSensitive)
Parameters
Type Name Description
System.Boolean caseSensitive
Returns
Type Description
System.Collections.Generic.EqualityComparer<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX