App Metrics Fork me on GitHub
Show / Hide Table of Contents

Struct EnvironmentInfoEntry

Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace:App.Metrics.Infrastructure
Assembly:cs.temp.dll.dll
Syntax
public struct EnvironmentInfoEntry

Constructors

EnvironmentInfoEntry(String, String)

Declaration
public EnvironmentInfoEntry(string name, string value)
Parameters
Type Name Description
System.String name
System.String value

Properties

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Value

Declaration
public string Value { get; }
Property Value
Type Description
System.String

Methods

Equals(EnvironmentInfoEntry)

Declaration
public bool Equals(EnvironmentInfoEntry other)
Parameters
Type Name Description
EnvironmentInfoEntry other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.ValueType.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.ValueType.GetHashCode()

Operators

Equality(EnvironmentInfoEntry, EnvironmentInfoEntry)

Declaration
public static bool operator ==(EnvironmentInfoEntry left, EnvironmentInfoEntry right)
Parameters
Type Name Description
EnvironmentInfoEntry left
EnvironmentInfoEntry right
Returns
Type Description
System.Boolean

Inequality(EnvironmentInfoEntry, EnvironmentInfoEntry)

Declaration
public static bool operator !=(EnvironmentInfoEntry left, EnvironmentInfoEntry right)
Parameters
Type Name Description
EnvironmentInfoEntry left
EnvironmentInfoEntry right
Returns
Type Description
System.Boolean
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX