Skip to content

fc6c8b61 fa17 7b63 b6a1 3bc3755fe1ac

Axel Kesseler edited this page Mar 1, 2023 · 15 revisions

Dimension.Equality Operator

Compares two instances of type Dimension for equality.

Namespace: Plexdata.LogWriter.Definitions
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.7.1

Syntax

C#

public static bool operator ==(
	Dimension x,
	Dimension y
)

Parameters

 

x
Type: Plexdata.LogWriter.Definitions.Dimension
The left instance to be compared.
y
Type: Plexdata.LogWriter.Definitions.Dimension
The right instance to be compared.

Return Value

Type: Boolean
True if both instance are equal, and false otherwise.

Remarks

Both instances are considered as equal either if both are null or if the hash code of both instances is equal.

See Also

Reference

Dimension Class
Plexdata.LogWriter.Definitions Namespace
Dimension.Equals(Object)

Clone this wiki locally