Skip to content

f649a59b 12af f9d9 e7ab 9225425c2219

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

InputOptionsMetadata.Equals Method (InputOptionsMetadata)

Additional header content

Indicates whether the current object is equal to another object of the same type.

Namespace: iTin.Export.ComponentModel.Input
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool Equals(
	InputOptionsMetadata other
)

VB

Public Function Equals ( 
	other As InputOptionsMetadata
) As Boolean

Parameters

 

other
Type: iTin.Export.ComponentModel.Input.InputOptionsMetadata
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.Input.InputOptionsMetadata.Equals(iTin.Export.ComponentModel.Input.InputOptionsMetadata)"]

See Also

Reference

InputOptionsMetadata Structure
Equals Overload
iTin.Export.ComponentModel.Input Namespace

Clone this wiki locally