Struct EmbedField
Assembly: Discord.Net.Core.dll
Syntax
Properties
|
Improve this Doc
View Source
Inline
Gets a value that indicates whether the field should be in-line with each other.
Declaration
public bool Inline { readonly get; }
Property Value
|
Improve this Doc
View Source
Name
Gets the name of the field.
Declaration
public string Name { readonly get; }
Property Value
|
Improve this Doc
View Source
Value
Gets the value of the field.
Declaration
public string Value { readonly get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Nullable<EmbedField>)
Declaration
public bool Equals(EmbedField? embedField)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Determines whether the specified object is equal to the current EmbedField.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
The object to compare with the current object
|
Returns
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
Improve this Doc
View Source
ToString()
Gets the name of the field.
Declaration
public override string ToString()
Returns
Type |
Description |
String |
A string that resolves to Name.
|
Operators
|
Improve this Doc
View Source
Equality(Nullable<EmbedField>, Nullable<EmbedField>)
Declaration
public static bool operator ==(EmbedField? left, EmbedField? right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(Nullable<EmbedField>, Nullable<EmbedField>)
Declaration
public static bool operator !=(EmbedField? left, EmbedField? right)
Parameters
Returns