RedactedData.Equals Method

Definition

Overloads

Equals(RedactedData)

Checks if object is equal to this instance of RedactedData.

Equals(Object)

Checks if object is equal to this instance of Object.

Equals(RedactedData)

Source:
RedactedData.cs
Source:
RedactedData.cs

Checks if object is equal to this instance of RedactedData.

public:
 virtual bool Equals(Microsoft::Extensions::Compliance::Testing::RedactedData other);
public bool Equals (Microsoft.Extensions.Compliance.Testing.RedactedData other);
override this.Equals : Microsoft.Extensions.Compliance.Testing.RedactedData -> bool
Public Function Equals (other As RedactedData) As Boolean

Parameters

other
RedactedData

Instance to check for equality.

Returns

true if object instances are equal false otherwise.

Implements

Applies to

Equals(Object)

Source:
RedactedData.cs
Source:
RedactedData.cs

Checks if object is equal to this instance of Object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Object to check for equality.

Returns

true if object instances are equal false otherwise.

Applies to