Skip to content

localizationshared CultureChangedMessage

Denis Akopyan edited this page Jul 10, 2025 · 1 revision

CultureChangedMessage Public record

Description

Message for notifying about a culture change

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Localization.Shared
  Localization.Shared.CultureChangedMessage[[CultureChangedMessage]]
  end
  subgraph System
System.IEquatable_1[[IEquatable]]
  end
System.IEquatable_1 --> Localization.Shared.CultureChangedMessage
Loading

Members

Properties

Public properties

Type Name Methods
string Value
Value of the new culture
get, init

Methods

Public methods

Returns Name
bool Equals(...)
int GetHashCode()
string ToString()

Public Static methods

Returns Name
bool operator !=(CultureChangedMessage left, CultureChangedMessage right)
bool operator ==(CultureChangedMessage left, CultureChangedMessage right)

Details

Summary

Message for notifying about a culture change

Inheritance

Constructors

CultureChangedMessage

public CultureChangedMessage(string Value)
Arguments
Type Name Description
string Value Value of the new culture
Summary

Message for notifying about a culture change

Methods

ToString

public override string ToString()

Operator !=

public static bool operator !=(CultureChangedMessage left, CultureChangedMessage right)
Arguments
Type Name Description
CultureChangedMessage left
CultureChangedMessage right

Operator ==

public static bool operator ==(CultureChangedMessage left, CultureChangedMessage right)
Arguments
Type Name Description
CultureChangedMessage left
CultureChangedMessage right

GetHashCode

public override int GetHashCode()

Equals [1/2]

public override bool Equals(object obj)
Arguments
Type Name Description
object obj

Equals [2/2]

public virtual bool Equals(CultureChangedMessage other)
Arguments
Type Name Description
CultureChangedMessage other

Properties

Value

public string Value { get; init; }
Summary

Value of the new culture

Generated with ModularDoc

Clone this wiki locally