Table of Contents

Class MessagesConfiguration

Namespace
Obsidian.API.Configuration
Assembly
Obsidian.API.dll
public sealed record MessagesConfiguration : IEquatable<MessagesConfiguration>
Inheritance
MessagesConfiguration
Implements
Inherited Members

Constructors

MessagesConfiguration()

public MessagesConfiguration()

Properties

Join

public string Join { get; set; }

Property Value

string

Leave

public string Leave { get; set; }

Property Value

string

NotWhitelisted

public string NotWhitelisted { get; set; }

Property Value

string

OutdatedClient

public string OutdatedClient { get; set; }

Property Value

string

OutdatedServer

public string OutdatedServer { get; set; }

Property Value

string

ServerFull

public string ServerFull { get; set; }

Property Value

string

Methods

Equals(MessagesConfiguration?)

public bool Equals(MessagesConfiguration? other)

Parameters

other MessagesConfiguration

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(MessagesConfiguration?, MessagesConfiguration?)

public static bool operator ==(MessagesConfiguration? left, MessagesConfiguration? right)

Parameters

left MessagesConfiguration
right MessagesConfiguration

Returns

bool

operator !=(MessagesConfiguration?, MessagesConfiguration?)

public static bool operator !=(MessagesConfiguration? left, MessagesConfiguration? right)

Parameters

left MessagesConfiguration
right MessagesConfiguration

Returns

bool