RedactedData 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 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
- 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. |