Share via


RedactorRequested Struct

Definition

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
RedactorRequested
Implements

Constructors

Name Description
RedactorRequested(DataClassificationSet, Int32)

Initializes a new instance of the RedactorRequested struct.

Properties

Name Description
DataClassifications

Gets the data classifications for which the redactor was returned.

SequenceNumber

Gets the order in which the redactor was requested.

Methods

Name Description
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

Name Description
Equality(RedactorRequested, RedactorRequested)

Compares two instances.

Inequality(RedactorRequested, RedactorRequested)

Compares two instances.

Applies to