Class EnvVarUtils
Inheritance
System.Object
EnvVarUtils
Namespace: Eco.Shared.SharedTypes
Assembly: Eco.Shared.dll
Syntax
public static class EnvVarUtils : Object
Methods
CompareEnvVarLists(List<EnvVar>, List<EnvVar>)
Returns true if cached params are all the same.
Declaration
public static bool CompareEnvVarLists(List<EnvVar> left, List<EnvVar> right)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<EnvVar> | left | |
System.Collections.Generic.List<EnvVar> | right |
Returns
Type | Description |
---|---|
System.Boolean |