Show / Hide Table of Contents

Method Equals

| Improve this Doc View Source

Equals(Binary)

Determines whether two binary objects are equal.

Declaration
public bool Equals(Binary other)
Parameters
Type Name Description
Binary other

The System.Object to which the current object is being compared.

Returns
Type Description
System.Boolean

true if the two binary objects are equal; otherwise, false.

Implements
System.IEquatable<T>.Equals(T)
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest