IEquatable<T>.Equals implementation.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public override bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function Equals ( _ |
An object to compare with this object.
true if the current object is equal to the other parameter; otherwise, false.
See Also