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
Name
获取此表情符号的显示名称。
public string? Name { get; }
Property Value
Methods
Equals(Emote?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Emote? other)
Parameters
other
EmoteAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.