MarkupCompatibilityAttributes.Equals Method
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.
Indicates whether the current object is equal to another object of the same type.
C#
public bool Equals (DocumentFormat.OpenXml.MarkupCompatibilityAttributes? other);
override this.Equals : DocumentFormat.OpenXml.MarkupCompatibilityAttributes -> bool
Public Function Equals (other As MarkupCompatibilityAttributes) As Boolean
Parameters
Returns
Implements
Applies to
DocumentFormat.OpenXml 3.0.1 and DocumentFormat.OpenXml 3.0.0
Product | Versions |
---|---|
DocumentFormat.OpenXml | 3.0.0, 3.0.1 |
Determines whether the specified object is equal to the current object.
C#
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
Applies to
DocumentFormat.OpenXml 3.0.1 and DocumentFormat.OpenXml 3.0.0
Product | Versions |
---|---|
DocumentFormat.OpenXml | 3.0.0, 3.0.1 |