QualifiedType 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.
Represents an assembly-qualifies type.
public readonly struct QualifiedType
type QualifiedType = struct
Public Structure QualifiedType
- Inheritance
-
QualifiedType
Constructors
QualifiedType(String, String) |
Initializes a new instance of the QualifiedType struct. |
Properties
Assembly |
Gets the assembly. |
EqualityComparer |
Gets the equality comparer. |
Type |
Gets the type. |
Methods
Deconstruct(String, String) |
Deconstructs this instance. |
Equals(Object) | Indicates whether this instance and a specified object are equal. |
GetHashCode() | Returns the hash code for this instance. |
Operators
Equality(QualifiedType, QualifiedType) |
Compares two values for equality. |
Implicit(ValueTuple<String,String> to QualifiedType) |
Performs an implicit conversion from ValueTuple<T1,T2> to QualifiedType. |
Inequality(QualifiedType, QualifiedType) |
Compares two values for inequality. |