Class Recommendation
Represents a recommendation for an engine.
public record Recommendation : IEquatable<Recommendation>
- Inheritance
-
Recommendation
- Implements
- Inherited Members
- Extension Methods
Constructors
Recommendation(string, string?)
Represents a recommendation for an engine.
public Recommendation(string Name, string? Version = null)
Parameters
Recommendation(Type, string?)
public Recommendation(Type Type, string? Version = null)
Parameters
Properties
Name
public string Name { get; init; }
Property Value
Type
public Type? Type { get; init; }
Property Value
Version
public string? Version { get; init; }
Property Value
Methods
Equals(Recommendation?)
Indicates whether the current object is equal to another object of the same type.
public virtual bool Equals(Recommendation? other)
Parameters
other
RecommendationAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
IsAssignableTo(Type)
public bool IsAssignableTo(Type type)
Parameters
type
Type