Class EnvironmentVariable
- Namespace
- BenchmarkDotNet.Jobs
- Assembly
- BenchmarkDotNet.dll
public class EnvironmentVariable : IEquatable<EnvironmentVariable>
- Inheritance
-
EnvironmentVariable
- Implements
Constructors
EnvironmentVariable(string, string)
public EnvironmentVariable(string key, string value)
Parameters
Properties
Key
public string Key { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(EnvironmentVariable)
public bool Equals(EnvironmentVariable other)
Parameters
other
EnvironmentVariable
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()