Для изменения размера нажмите или перетащите

BinaryFileEquals - метод

Determines whether the specified Object is equal to the current Object.

Пространство имён:  EleWise.ELMA.Files
Сборка:  EleWise.ELMA.SDK (в EleWise.ELMA.SDK.dll) Версия: 1.0.0.0
Синтаксис
C#
public override bool Equals(
	Object obj
)

Параметры

obj
Тип: Object
The Object to compare with the current Object.

Возвращаемое значение

Тип: Boolean
true if the specified Object is equal to the current Object; otherwise, false.
См. также