AttributeString Class
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.
[System.Serializable]
public abstract class AttributeString : Attribute, IEquatable<Microsoft.Bot.Builder.Scorables.Internals.AttributeString>
[<System.Serializable>]
type AttributeString = class
inherit Attribute
interface IEquatable<AttributeString>
Public MustInherit Class AttributeString
Inherits Attribute
Implements IEquatable(Of AttributeString)
- Inheritance
-
AttributeString
- Derived
- Attributes
- Implements
Constructors
AttributeString() |
Properties
Text |
Methods
Equals(Object) | |
GetHashCode() | |
ToString() |
Explicit Interface Implementations
IEquatable<AttributeString>.Equals(AttributeString) |