C# Class Castle.Core.Internal.StringExtensions

Show file Open project: castleproject/Windsor

Public Methods

Method Description
EqualsText ( this one, string two ) : bool

Performs string comparison using StringComparer.OrdinalIgnoreCase

Method Details

EqualsText() public static method

Performs string comparison using StringComparer.OrdinalIgnoreCase
public static EqualsText ( this one, string two ) : bool
one this
two string
return bool