Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 503 Bytes

op_Equality.md

File metadata and controls

23 lines (15 loc) · 503 Bytes

IndexRange Equality operator

Compares two instances for equality.

public static bool operator ==(IndexRange left, IndexRange right)
parameter description
left The left instance.
right The right instance.

Return Value

true the instances are equal; otherwise, false.

See Also