-
Notifications
You must be signed in to change notification settings - Fork 0
fc6c8b61 fa17 7b63 b6a1 3bc3755fe1ac
Axel Kesseler edited this page Nov 21, 2019
·
15 revisions
Compares two instances of type Dimension for equality.
Namespace: Plexdata.LogWriter.Definitions
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.5.2
C#
public static bool operator ==(
Dimension x,
Dimension y
)
- x
- Type: Plexdata.LogWriter.Definitions.Dimension
The left instance to be compared. - y
- Type: Plexdata.LogWriter.Definitions.Dimension
The right instance to be compared.
Type: Boolean
True if both instance are equal, and false otherwise.
Both instances are considered as equal either if both are null or if the hash code of both instances is equal.
Dimension Class
Plexdata.LogWriter.Definitions Namespace
Dimension.Equals(Object)