Click or drag to resize

DefinitionalObject.AreSameDefinition Method (Boolean, Boolean)

Determines if two booleans 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: 25.1.421.0 (25.1.421.0)
Syntax
public static bool AreSameDefinition(
	bool first,
	bool second
)

Parameters

first
Type: System.Boolean
The first boolean.
second
Type: System.Boolean
The second boolean.

Return Value

Type: Boolean
true if the two booleans have the same definition; otherwise false.
See Also