PublisherType 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.
Publisher type of the namespace topic.
public readonly struct PublisherType : IEquatable<Azure.ResourceManager.EventGrid.Models.PublisherType>
type PublisherType = struct
Public Structure PublisherType
Implements IEquatable(Of PublisherType)
- Inheritance
-
PublisherType
- Implements
Constructors
PublisherType(String) |
Initializes a new instance of PublisherType. |
Properties
Custom |
Custom. |
Methods
Equals(PublisherType) |
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(PublisherType, PublisherType) |
Determines if two PublisherType values are the same. |
Implicit(String to PublisherType) |
Converts a string to a PublisherType. |
Inequality(PublisherType, PublisherType) |
Determines if two PublisherType values are not the same. |
Applies to
Azure SDK for .NET