Class PreloadScript
public sealed record PreloadScript : IEquatable<PreloadScript>
- Inheritance
-
PreloadScript
- Implements
- Inherited Members
Constructors
PreloadScript(BiDi, string)
public PreloadScript(BiDi bidi, string id)
Parameters
Properties
BiDi
[JsonIgnore]
public BiDi BiDi { get; }
Property Value
Methods
Equals(PreloadScript?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(PreloadScript? other)
Parameters
otherPreloadScriptAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.