NetworkFabricBooleanValue Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET