Click or drag to resize

DefinitionalObjectAreSameDefinition Method (Int32, Int32)

Determines if two integers have the same definition. This overload simply checks equality and is provided for convenience.

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(
	int first,
	int second
)

Parameters

first
Type: SystemInt32
The first integer.
second
Type: SystemInt32
The second integer.

Return Value

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