Click or drag to resize

DomainObjectInequality Operator

Compares the domain object references, return false if same. Nulls and ghosts are treated as equal.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static bool operator !=(
	DomainObject one,
	DomainObject other
)

Parameters

one
Type: Aloe.SystemFrameworks.DomainDomainObject
other
Type: Aloe.SystemFrameworks.DomainDomainObject

Return Value

Type: Boolean
See Also