<< Click to Display Table of Contents >> Navigation: »No topics above this level« Value.Equals(Boolean) Method |
Returns a value indicating whether this instance is equal to a specified object.
[Visual Basic]
Public Overloads Sub Equals( _
ByVal value As Boolean _
)
[C#]
public bool Equals(
bool value
);
value
An Value to compare with this instance
true if value is an instance of Value and equals the value of this instance; otherwise, false.
Value Class | BR.AN.PviServices Namespace | Value.Equals Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]