Click or drag to resize
MappableFieldWrapperIEquatableMappableFieldWrapperEquals Method
Indicates whether the current object is equal to another object of the same type.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool IEquatable<MappableFieldWrapper>.Equals(
	MappableFieldWrapper other
)

Parameters

other
Type: SD.LLBLGen.Pro.ApplicationCore.MappingMappableFieldWrapper
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also