Share via


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

Name Description
RedactedData(String, String, Int32)

Initializes a new instance of the RedactedData struct.

Properties

Name Description
Original

Gets the original data that got redacted.

Redacted

Gets the redacted data.

SequenceNumber

Gets the order in which data was redacted.

Methods

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

Name Description
Equality(RedactedData, RedactedData)

Compares two instances.

Inequality(RedactedData, RedactedData)

Compares two instances.

Applies to