LocalizationContextEquals Method

Determines whether the specified object is equal to the current LocalizationContext instance.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object to compare with the current instance.

Return Value

Boolean
if the specified object is equal to the current instance; otherwise, .

See Also