RedactedData Struct

Definition

State representing a single redaction "event".

public value class RedactedData : IEquatable<Microsoft::Extensions::Compliance::Testing::RedactedData>
public readonly struct RedactedData : IEquatable<Microsoft.Extensions.Compliance.Testing.RedactedData>
type RedactedData = struct
Public Structure RedactedData
Implements IEquatable(Of RedactedData)
Inheritance
RedactedData
Implements

Constructors

RedactedData(String, String, Int32)

Initializes a new instance of the RedactedData struct.

Properties

Original

Gets the original data that got redacted.

Redacted

Gets the redacted data.

SequenceNumber

Gets the order in which data was redacted.

Methods

Equals(Object)

Checks if object is equal to this instance of Object.

Equals(RedactedData)

Checks if object is equal to this instance of RedactedData.

GetHashCode()

Get hashcode of given RedactedData.

Operators

Equality(RedactedData, RedactedData)

Compares two instances.

Inequality(RedactedData, RedactedData)

Compares two instances.

Applies to