UOPairTElementsAreSame Property |
True, if the elements are Equals; false, otherwise. If both elements are null, also true.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool ElementsAreSame { get; }
Public ReadOnly Property ElementsAreSame As Boolean
Get
public:
property bool ElementsAreSame {
bool get ();
}
member ElementsAreSame : bool with get
Property Value
Type:
BooleanSee Also