Skip to content

2cd8ced2 e1d2 528a cde5 00099112c860

Fernando Garcia edited this page May 8, 2018 · 1 revision

WriterOptionsMetadata.Equals Method (WriterOptionsMetadata)

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)

Syntax

C#

public bool Equals(
	WriterOptionsMetadata other
)

VB

Public Function Equals ( 
	other As WriterOptionsMetadata
) As Boolean

Parameters

 

other
Type: iTin.Export.ComponentModel.Writer.WriterOptionsMetadata
The object to compare with this object.

Return Value

Type: Boolean
Returns true if the current object is equal to the parameter other; otherwise, false.

Implements

IEquatable(T).Equals(T)

Remarks

[Missing documentation for "M:iTin.Export.ComponentModel.Writer.WriterOptionsMetadata.Equals(iTin.Export.ComponentModel.Writer.WriterOptionsMetadata)"]

See Also

Reference

WriterOptionsMetadata Structure
Equals Overload
iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally