Table of Contents

Class Emote

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

表示一个小表情符号。

public abstract class Emote : IEmote, IEntity<string>, IEquatable<Emote>
Inheritance
Emote
Implements
Derived
Inherited Members

Properties

Group

获取此表情符号的分组。

public string Group { get; }

Property Value

string

Name

获取此表情符号的显示名称。

public string? Name { get; }

Property Value

string

Methods

Equals(Emote?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Emote? other)

Parameters

other Emote

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

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

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.