Click or drag to resize

DefinitionalObjectAreSameDefinition Method (IEquatableDefinition, Object)

Determines if two objects have the same definition or are both .

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool AreSameDefinition(
	IEquatableDefinition first,
	Object second
)

Parameters

first
Type: AGI.Foundation.InfrastructureIEquatableDefinition
The first object, which may be null.
second
Type: SystemObject
The second object, which may be null.

Return Value

Type: Boolean
if the two objects have the same definition; otherwise .
See Also