ResiliencePropertyKey<TValue>
Represents a key used by ResilienceProperties.
Gets the name of the key.
Initializes a new instance of the ResiliencePropertyKey<T> struct.
public static bool op_Equality(ResiliencePropertyKey<TValue> left, ResiliencePropertyKey<TValue> right)
The operator to compare two instances of ResiliencePropertyKey<T> for equality.
public static bool op_Inequality(ResiliencePropertyKey<TValue> left, ResiliencePropertyKey<TValue> right)
The operator to compare two instances of ResiliencePropertyKey<T> for inequality.