Table of Contents

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

key string
value string

Properties

Key

public string Key { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string

Methods

Equals(EnvironmentVariable)

public bool Equals(EnvironmentVariable other)

Parameters

other EnvironmentVariable

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string