Skip to content

d0dddc81 99dd 48fc 210b 076d46c47a4a

Axel Kesseler edited this page Mar 1, 2023 · 12 revisions

LoggerSettingsBase.IsEqual Method

Determines the equality of two string.

Namespace: Plexdata.LogWriter.Internals.Settings
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

private bool IsEqual(
	string x,
	string y
)

Parameters

 

x
Type: System.String
The left string to be compared.
y
Type: System.String
The right string to be compared.

Return Value

Type: Boolean
True, if both strings are considered as equal and false otherwise.

Remarks

This method determines the equality of two string by comparing them without case sensitivity.

See Also

Reference

LoggerSettingsBase Class
Plexdata.LogWriter.Internals.Settings Namespace

Clone this wiki locally