'Declaration
Public Overloads Function Equals( _ ByVal other As DifferentialFormat _ ) As Boolean
'Usage
Dim instance As DifferentialFormat Dim other As DifferentialFormat Dim value As Boolean value = instance.Equals(other)
public bool Equals( DifferentialFormat other )
Parameters
- other
- An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.