op_Equality

PropertyTag Equality operator

Indicates whether two objects of the same type are equal.

public static bool operator ==(PropertyTag left, PropertyTag right)
Parameter Type Description
left PropertyTag The left object.
right PropertyTag The rigt object.

Return Value

True if the objects are equal; otherwise, false.

See Also