f649a59b 12af f9d9 e7ab 9225425c2219 - 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.Input
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool Equals(
InputOptionsMetadata other
)VB
Public Function Equals (
other As InputOptionsMetadata
) As Boolean
- other
- Type: iTin.Export.ComponentModel.Input.InputOptionsMetadata
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.Input.InputOptionsMetadata.Equals(iTin.Export.ComponentModel.Input.InputOptionsMetadata)"]
InputOptionsMetadata Structure
Equals Overload
iTin.Export.ComponentModel.Input Namespace