 | OpenXmlComparableSimpleValueTEquals(Object) Method |
Determines whether the specified object is equal to the current object.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool Parameters
- obj Object
- The object to compare with the current object.
Return Value
Boolean if the specified object is equal to the current object; otherwise,
.
See Also