Freigeben über


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

Name Description
NetworkFabricBooleanValue(String)

Initializes a new instance of NetworkFabricBooleanValue.

Properties

Name Description
False

False.

True

True.

Methods

Name Description
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

Name Description
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