RedactorRequested 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.
State representing a single request for a redactor.
public value class RedactorRequested : IEquatable<Microsoft::Extensions::Compliance::Testing::RedactorRequested>
public readonly struct RedactorRequested : IEquatable<Microsoft.Extensions.Compliance.Testing.RedactorRequested>
type RedactorRequested = struct
Public Structure RedactorRequested
Implements IEquatable(Of RedactorRequested)
- Inheritance
- Implements
Constructors
RedactorRequested(DataClassificationSet, Int32) |
Initializes a new instance of the RedactorRequested struct. |
Properties
DataClassifications |
Gets the data classifications for which the redactor was returned. |
SequenceNumber |
Gets the order in which the redactor was requested. |
Methods
Equals(Object) |
Checks if object is equal to this instance of Object. |
Equals(RedactorRequested) |
Checks if object is equal to this instance of RedactorRequested. |
GetHashCode() |
Get the hash code of given RedactorRequested. |
Operators
Equality(RedactorRequested, RedactorRequested) |
Compares two instances. |
Inequality(RedactorRequested, RedactorRequested) |
Compares two instances. |