DependencyVersionRangeEquals(DependencyVersionRange) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: SMath.Extensibility.SetupAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public bool Equals(
DependencyVersionRange other
)
Public Function Equals (
other As DependencyVersionRange
) As Boolean
public:
virtual bool Equals(
DependencyVersionRange^ other
) sealed
abstract Equals :
other : DependencyVersionRange -> bool
override Equals :
other : DependencyVersionRange -> bool
- other DependencyVersionRange
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)