2cd8ced2 e1d2 528a cde5 00099112c860 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Indicates whether the current object is equal to another object of the same type.
Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool Equals(
WriterOptionsMetadata other
)VB
Public Function Equals (
other As WriterOptionsMetadata
) As Boolean
- other
- Type: iTin.Export.ComponentModel.Writer.WriterOptionsMetadata
The object to compare with this object.
Type: Boolean
Returns true if the current object is equal to the parameter other; otherwise, false.
IEquatable(T).Equals(T)
[Missing documentation for "M:iTin.Export.ComponentModel.Writer.WriterOptionsMetadata.Equals(iTin.Export.ComponentModel.Writer.WriterOptionsMetadata)"]
WriterOptionsMetadata Structure
Equals Overload
iTin.Export.ComponentModel.Writer Namespace