Skip to content

81440848 290e 7b1a 5df3 1c7c8c89d68a

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

ProviderOptionsMetadata.Equals Method (ProviderOptionsMetadata)

Additional header content

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

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

Syntax

C#

public bool Equals(
	ProviderOptionsMetadata other
)

VB

Public Function Equals ( 
	other As ProviderOptionsMetadata
) As Boolean

Parameters

 

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

See Also

Reference

ProviderOptionsMetadata Structure
Equals Overload
iTin.Export.ComponentModel.Provider Namespace

Clone this wiki locally