Click or drag to resize

ReferenceEquality Fields

The ReferenceEquality type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberHasBothNullOperands
When the left side and the right side are null
Public fieldStatic memberHasEqualNotNullOperands
When the left side and the right side are not null and are equal (object.Equals return true) but not same (object.ReferenceEquals returns false)
Public fieldStatic memberHasNullLeftOperand
When the left side is null while the right side is not null
Public fieldStatic memberHasNullRightOperand
When the left side is not null while the right side is null
Public fieldStatic memberHasSameNotNullOperands
When the left side and the right side are not null and are identical (object.ReferenceEquals returns true)
Top
See Also