Click or drag to resize
IFdfEnumerable Interface
Interface enabling object instance distinction by it's name.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdfEnumerable : IEquatable<IFdfEnumerable>

The IFdfEnumerable type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets or sets the name of the object instance.
Top
Remarks
Commonly used in specialized collections, where object instance name represents hash value meaningful to object consumer as well. IEquatableT implementation may be tuned to provide case-insensitive object naming.
See Also