Share via


NetworkFabricBooleanValue Struct

Definition

Boolean Enum. Example- True/False.

public readonly struct NetworkFabricBooleanValue : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricBooleanValue>
type NetworkFabricBooleanValue = struct
Public Structure NetworkFabricBooleanValue
Implements IEquatable(Of NetworkFabricBooleanValue)
Inheritance
NetworkFabricBooleanValue
Implements

Constructors

NetworkFabricBooleanValue(String)

Initializes a new instance of NetworkFabricBooleanValue.

Properties

False

False.

True

True.

Methods

Equals(NetworkFabricBooleanValue)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(NetworkFabricBooleanValue, NetworkFabricBooleanValue)

Determines if two NetworkFabricBooleanValue values are the same.

Implicit(String to NetworkFabricBooleanValue)

Converts a string to a NetworkFabricBooleanValue.

Inequality(NetworkFabricBooleanValue, NetworkFabricBooleanValue)

Determines if two NetworkFabricBooleanValue values are not the same.

Applies to