DataClassificationSet.Equals Method
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.
Overloads
Equals(DataClassificationSet) |
Compares an object with the current instance to see if they contain the same classifications. |
Equals(Object) |
Compares an object with the current instance to see if they contain the same classifications. |
Equals(DataClassificationSet)
- Source:
- DataClassificationSet.cs
- Source:
- DataClassificationSet.cs
Compares an object with the current instance to see if they contain the same classifications.
public:
virtual bool Equals(Microsoft::Extensions::Compliance::Classification::DataClassificationSet ^ other);
public bool Equals (Microsoft.Extensions.Compliance.Classification.DataClassificationSet? other);
override this.Equals : Microsoft.Extensions.Compliance.Classification.DataClassificationSet -> bool
Public Function Equals (other As DataClassificationSet) As Boolean
Parameters
- other
- DataClassificationSet
The other data classification to compare to.
Returns
true
if the two sets contain the same classifications.
Implements
Applies to
Equals(Object)
- Source:
- DataClassificationSet.cs
- Source:
- DataClassificationSet.cs
Compares an object with the current instance to see if they contain the same classifications.
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
The other data classification to compare to.
Returns
true
if the two sets contain the same classifications.