Namespace: Rx.LFR.Net – Assembly: Rx.LFR.Net

operator== Method

C#
public static bool operator==(ICamera xCamera1, ICamera xCamera2)

Equality operator.

Parameters

[ICamera] xCamera1

[in] If non-null, the first instance to compare.

[ICamera] xCamera2

[in] If non-null, the second instance to compare.

Returns

bool

True if the parameters are considered equivalent.