Struct EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum.EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnumSerializer))]
[Serializable]
public readonly record struct EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum : IStringEnum, IEquatable<string>, IEquatable<EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum>
- Implements
- Inherited Members
Constructors
EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum(string)
public EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum(string value)
Parameters
valuestring
Fields
Pingfederate
public static readonly EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum Pingfederate
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum, string)
public static bool operator ==(EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum value1, string value2)
Parameters
Returns
explicit operator string(EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum)
public static explicit operator string(EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum value)
Parameters
Returns
explicit operator EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum(string)
public static explicit operator EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum(string value)
Parameters
valuestring
Returns
operator !=(EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum, string)
public static bool operator !=(EventStreamCloudEventConnectionUpdatedPreviousObject3StrategyEnum value1, string value2)