Class DotNetDll
- Namespace
- ZeroInstall.Publish.EntryPoints
- Assembly
- ZeroInstall.Publish.dll
[Equatable]
public sealed class DotNetDll : DotNetExe, IEquatable<Candidate>, IIconContainer, IEquatable<DotNetExe>, IEquatable<DotNetDll>
- Inheritance
-
DotNetDll
- Implements
- Inherited Members
Properties
ExecutableExtension
protected override string ExecutableExtension { get; }
Property Value
Methods
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.
Operators
operator ==(DotNetDll?, DotNetDll?)
Indicates whether the object on the left is equal to the object on the right.
public static bool operator ==(DotNetDll? left, DotNetDll? right)
Parameters
Returns
- bool
true if the objects are equal; otherwise, false.
operator !=(DotNetDll?, DotNetDll?)
Indicates whether the object on the left is not equal to the object on the right.
public static bool operator !=(DotNetDll? left, DotNetDll? right)
Parameters
Returns
- bool
true if the objects are not equal; otherwise, false.