Click or drag to resize

IEquatableDefinition Interface

An interface to an object that can compare its definition to other objects.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IEquatableDefinition

The IEquatableDefinition type exposes the following members.

Methods
  NameDescription
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
Top
See Also